Jump to content
Tuts 4 You

create backup(from olly) functionality in x64dbg


Priboi

Recommended Posts

Posted
Quote

 

 gru 13 2017 14:02
<Raichiman> Hi is there a create backup(from olly) functionality in x64dbg where it would highlight byte changes. I tried tinkering with the setting but it only highlights bytes modified by the user.

gru 13 2017 14:09
<mrexodia> there is no such feature at present

 

Hello, has something changed during past 4 years? In Olly a was using this feature often and now I am looking something similar in x64/x32dbg

Posted

Ok nevermind I have written my own plugin for x64dbg ;)

Posted

From context menu choose CreateBackup then "Make Snapshot" and run program then to see differences choose "Compare Snapshot". Before make new snaphot choose "Clear Snapshot" for cleaning changes that plugin made. For bigger targets and with many changes can be plugin laggy.

CreateBackup.dp64

  • Like 2
  • Thanks 2
  • 1 month later...
Posted
On 12/14/2021 at 8:56 PM, Priboi said:

From context menu choose CreateBackup then "Make Snapshot" and run program then to see differences choose "Compare Snapshot". Before make new snaphot choose "Clear Snapshot" for cleaning changes that plugin made. For bigger targets and with many changes can be plugin laggy.

CreateBackup.dp64 21 kB · 5 downloads

Hello, can you share a 32 bit version of this plugin, thank you.

  • 2 years later...
Sean the hard worker
Posted (edited)

Does these plugins still work?

Regards.

sean.

Edited by Sean Park - Lovejoy
  • Like 1
jackyjask
Posted

what have you tried

what errors (if any) you've encountered?

this forum is not chatGPT
 

  • Like 1
Sean the hard worker
Posted (edited)
On 12/15/2021 at 2:56 AM, Priboi said:

From context menu choose CreateBackup then "Make Snapshot" and run program then to see differences choose "Compare Snapshot". Before make new snaphot choose "Clear Snapshot" for cleaning changes that plugin made. For bigger targets and with many changes can be plugin laggy.

CreateBackup.dp64 21 kB · 550 downloads

Where can I see the differences when choosing "Compare Snapshot"?

I clicked the menu of "Make Snapshot" before changing anything.

Then as @Priboi said, started an application. after it, I changed some bytes. then clicked the "Compare Snapshot" menu. however I cannot notice anything to show the differences in the disassembly pane of the x64dbg.

Thanks.

Regards.

sean.

Edited by Sean Park - Lovejoy
  • Like 1
Posted

You dont have to do changes on yourself its not the purpose of this plugin because you know what you have changed. The code/data should be changed by program itself.

  • Like 1
Sean the hard worker
Posted
3 hours ago, Priboi said:

You dont have to do changes on yourself its not the purpose of this plugin because you know what you have changed. The code/data should be changed by program itself.

@Priboi when does the code/data change by your plugin?

I did not use the feature of the ollydbg, also I did not know it is. Now I check it out in ollydbg. It is a good feature.

In ollydbg, If I create backup, then I change some codes. by using view backup, I can view the backed up data. after it, again If I click view actual data, I can view the current modified code/data.

But with your plugin, what should I do to check what is the backed up code/data and what is the current modified or actual code/data?

Many thanks in advance.

Regards.

sean.

  • Like 1
Posted
1 hour ago, Sean Park - Lovejoy said:

The code/data should be changed by program itself.

I said program not plugin. Debugged program makes changes in code/data for example while unpacking and you are able to see where these changes are when using my plugin.

  • Thanks 1
Sean the hard worker
Posted
14 minutes ago, Priboi said:

I said program not plugin. Debugged program makes changes in code/data for example while unpacking and you are able to see where these changes are when using my plugin.

@Priboi Many thanks for the video presentation.

Now I get it.

Your plugin would be helpful.

Regards.

sean.

 

  • Like 1

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...