Quellcode durchsuchen

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

master
aaaaaa aaaaaaa vor 6 Jahren
Ursprung
Commit
02728147d5
1 geänderte Dateien mit 5 neuen und 6 gelöschten Zeilen
  1. +5
    -6
      test_cases/simple_tests.asm

+ 5
- 6
test_cases/simple_tests.asm Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern