This website works better with JavaScript.
Home
Explore
Help
Sign In
wacked
/
hook_tests
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
_rip_relative has to use x64 registers for the proper rip relative adressing
That's actually an embarassing error...
master
aaaaaa aaaaaaa
7 years ago
parent
72b73ee462
commit
c56030a7d1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test_cases/simple_tests.asm
+ 1
- 1
test_cases/simple_tests.asm
View File
@@ -11,7 +11,7 @@ _small:
public _rip_relative
_rip_relative:
mov
eax,
[seed]
mov
rax, qword
[seed]
mov ecx, 214013
mul ecx
add eax, 2531011
Write
Preview
Loading…
Cancel
Save