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

Patches not saving 0/x #2135

Closed
SniperHero007 opened this issue Mar 5, 2019 · 8 comments
Closed

Patches not saving 0/x #2135

SniperHero007 opened this issue Mar 5, 2019 · 8 comments

Comments

@SniperHero007
Copy link

So, I've been searching around and didn't find any working solution for my problem. The problem I have is pretty self explanatory (title). Is there any way to fix this problem? Anything else I could attach to understand my problem?

@mrexodia
Copy link
Member

mrexodia commented Mar 5, 2019 via email

@SniperHero007
Copy link
Author

Here, I made a screenshot... It exists because when I change it right before the exe want to go there, it works, but the patch doesn't...

image

@mrexodia
Copy link
Member

mrexodia commented Mar 5, 2019

My guess, the code is put there at runtime. Check the section table in a pe editor and see if that section has a raw address + size. If it does there is a bug in x64dbg. Otherwise it’s just the same story: you cannot patch something that does not exist on disk.

@SniperHero007
Copy link
Author

I'm sorry, I'm new to this, what program should I use and how should I do this?

@mrexodia
Copy link
Member

mrexodia commented Mar 6, 2019 via email

@SniperHero007
Copy link
Author

Does this mean it has?

image

@mrexodia
Copy link
Member

http://faq.x64dbg.com

@MahdiJamal
Copy link

MahdiJamal commented Jan 24, 2024

I had the same problem, then I realized that the program was compressed with upx

After decompressed and tested again, the problem was solved

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

3 participants