소스 검색

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…
취소
저장