Jump to content
Tuts 4 You

x64dbg patching 0/x


Shefo

Recommended Posts

Hi there,

In x32dbg when i try to patch file it shows me 0/x patch(es) applied knowing that i try to change Jne to Jmp or adding mov al,1 to an empty byte as in these images 

x64dbg1.PNG

x64dbg2.PNG

x64dbg3.PNG

Link to comment

There can be various reasons for this. From the looks of it x64dbg cannot convert the VA to file offsets. This can be because of packing (eg your section has no raw size) or because of a bug in x64dbg.

  • Like 1
Link to comment

yes it is the same program but version 105 .

i tried to unpack it but when i open the unpacked one it tells me that the program maybe debugged or damaged and it doesn't open maybe i should rebuild imports? 

 

Edited by Shefo
Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...