瀏覽代碼

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

master
aaaaaa aaaaaaa 6 年之前
父節點
當前提交
02728147d5
共有 1 個檔案被更改,包括 5 行新增6 行删除
  1. +5
    -6
      test_cases/simple_tests.asm

+ 5
- 6
test_cases/simple_tests.asm 查看文件

@@ -4,11 +4,6 @@ section '.text' code readable writeable executable

use64

public _small
_small:
xor eax, eax
ret

public _rip_relative
_rip_relative:
mov rax, qword[seed]
@@ -51,4 +46,8 @@ _branch:
nop
@branch_ret:
ret

public _small
_small:
xor eax, eax
ret

Loading…
取消
儲存