Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create jmp based off of end sub address #4

Open
todo bot opened this issue Apr 29, 2019 · 1 comment
Open

create jmp based off of end sub address #4

todo bot opened this issue Apr 29, 2019 · 1 comment
Assignees

Comments

@todo
Copy link

todo bot commented Apr 29, 2019

oro-bypass/Oro/oro.cpp

Lines 68 to 73 in b186ec0

// TODO: create jmp based off of end sub address
// possibly try inline assembly?
memapi::write(this->gg_falsified, "EB 24"); // # route to no errors detected
memapi::write(this->gg_hack_detected, "EB 2B"); // # route to no errors detected
memapi::write(this->gg_init, "E9 94 00 00 00 90 90"); // # route to no errors detected
memapi::write(this->gg_speed_hack, "EB 63 90 90 90");


This issue was generated by todo based on a TODO comment in b186ec0. It's been assigned to @neetjn because they committed the code.
@todo todo bot assigned neetjn Apr 29, 2019
@todo todo bot added the todo 🗒️ label Apr 29, 2019
@Soraiko
Copy link

Soraiko commented Aug 12, 2023

This doesn't compile. PROVIDE FUCKING BUILDS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants