mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-26 13:25:42 +00:00
First hook
This commit is contained in:
7
paho-mqtt3as-proxy/paho-mqtt3as.asm
Normal file
7
paho-mqtt3as-proxy/paho-mqtt3as.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
.data
|
||||
extern PA : qword
|
||||
.code
|
||||
RunASM proc
|
||||
jmp qword ptr [PA]
|
||||
RunASM endp
|
||||
end
|
||||
Reference in New Issue
Block a user