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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a little help 馃挴 #37

Open
TestMagicCode opened this issue Nov 8, 2023 · 1 comment
Open

Need a little help 馃挴 #37

TestMagicCode opened this issue Nov 8, 2023 · 1 comment

Comments

@TestMagicCode
Copy link

Screenshot_2

Greetings CowNowK, I've noticed certain values in Offsets.cpp, particularly the 0x30 offset. I'm curious about the method used to obtain this specific offset. this particular process is unfamiliar to me and i have only really used sigmaker in IDA, and used the dumper that is public so i can update the base Offsets like ForceJump. Could you shed some light on how i even get this value ?

TempAddress = SearchOffsets(Offset::Signatures::ForceJump, ClientDLL);
if (TempAddress == 0)
	return false;

Offset::ForceJump = TempAddress + 0x30 - ClientDLL;
@CowNowK
Copy link
Owner

CowNowK commented Nov 18, 2023

Screenshot_2

Greetings CowNowK, I've noticed certain values in Offsets.cpp, particularly the 0x30 offset. I'm curious about the method used to obtain this specific offset. this particular process is unfamiliar to me and i have only really used sigmaker in IDA, and used the dumper that is public so i can update the base Offsets like ForceJump. Could you shed some light on how i even get this value ?

TempAddress = SearchOffsets(Offset::Signatures::ForceJump, ClientDLL);
if (TempAddress == 0)
	return false;

Offset::ForceJump = TempAddress + 0x30 - ClientDLL;

@TestMagicCode Using CheatEngine or IDA

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

2 participants