Пользователь
- Статус
- Оффлайн
- Регистрация
- 3 Янв 2020
- Сообщения
- 135
- Реакции
- 145
Hey all, I’m sharing a simple x64 decoder / hooking method that I made for personal learning purposes, figured i share this. This is bare bones,it won't be undetected or anything fancy It’s just a learning tool to help understand how x64 instruction decoding and function hooking work. was tested with various functions and works fine
The code supports a number of basic instructions and provides a framework for handling memory relocations and function trampolines especially for cs2 internal hooking experiment with it on your own.
This is open for improvements and feedback. Feel free contribute
It's a source no virus total needed
The code supports a number of basic instructions and provides a framework for handling memory relocations and function trampolines especially for cs2 internal hooking experiment with it on your own.
This is open for improvements and feedback. Feel free contribute
It's a source no virus total needed
Key features:
- X64 Instruction Decoder – Decodes common x64 instructions.
- Function Hooking – Creates trampolines and hooks functions.
- Learning-Oriented – Comments throughout to help explain what each part does. yeah there is some ai comments
Вложения
Последнее редактирование: