This website requires JavaScript.
Explore
Help
Sign in
mykola
/
blackjack
Watch
1
Star
0
Fork
You've already forked blackjack
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
635cf023c7
blackjack
/
include
History
mykola2312
635cf023c7
turns out you have to offset the syscall instruction to rip, because PTRACE_CONT continue process by "returning" from syscall
2024-08-22 16:26:22 +03:00
..
debug.h
move process specific debug definitions to its own header file, thus fixing compiler warnings
2024-08-19 00:59:26 +03:00
process.h
turns out you have to offset the syscall instruction to rip, because PTRACE_CONT continue process by "returning" from syscall
2024-08-22 16:26:22 +03:00
process_debug.h
move process specific debug definitions to its own header file, thus fixing compiler warnings
2024-08-19 00:59:26 +03:00
rtdisasm.h
implement function to calculate proper patch size for future jmp hooks
2024-08-22 07:59:08 +03:00
rtdisasm_table.h
update readme and add endbr32
2024-08-19 12:03:49 +03:00