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

regarding unstable injector #1

Open
C0D3-M4513R opened this issue Dec 23, 2022 · 0 comments
Open

regarding unstable injector #1

C0D3-M4513R opened this issue Dec 23, 2022 · 0 comments

Comments

@C0D3-M4513R
Copy link

C0D3-M4513R commented Dec 23, 2022

In the README, you write that: The injector, which is a bit of WIP and unusable so far. Currently it crashes on injecting the dll, i'm unable to see why yet
This contradicts what is written here. This suggests that the injector works perfectly fine, and it is the Game that crashes.
https://github.com/Sara-0x53617261/GameHackingAcademy-Rust/blob/a3bcdd2fa6e8453b2d53ab8651b2e6b63ed5ebbd/DLLMemoryHack/src/main.rs#L19

The Game crashing would not surprise me, with the way you set the gold value.
Basically, If you start the game and immediately run the injector, the addesses you referenced might not be allocated yet, or might not hold valid data yet.

Also I see a potential issue with my injector. I took a quick peek at how CheatEngine does things, and it seems that the comment below might be relavent:
https://github.com/cheat-engine/cheat-engine/blob/e8c068681e6081902ecab9df91f59b477eebb95a/Cheat%20Engine/CEFuncProc.pas#L1324

Can you provide me with a link to download the exact version you are targeting, and some exit codes?
Also with what bitness does the injector run (32 or 64)? I assume 32-bit from the Cargo.toml file. And I assume the game runs on 32bit, as you state that in the Readme.

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

No branches or pull requests

1 participant