Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _declspec(naked) void FunctionCallerStub()
- {
- __asm
- {
- pushfd ;store flags
- pushad ;store registers
- jz _SkipFunction
- call Function
- __SkipFunction:
- popad ;restore registers
- popfd ;restore flags
- jnz 0x0042E280
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement