Browse Source

move simple towards the end, so the hooking engines don't overwrite the adjucent functions

master
aaaaaa aaaaaaa 6 years ago
parent
commit
02728147d5
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      test_cases/simple_tests.asm

+ 5
- 6
test_cases/simple_tests.asm View File



use64 use64


public _small
_small:
xor eax, eax
ret

public _rip_relative public _rip_relative
_rip_relative: _rip_relative:
mov rax, qword[seed] mov rax, qword[seed]
nop nop
@branch_ret: @branch_ret:
ret ret

public _small
_small:
xor eax, eax
ret

Loading…
Cancel
Save