Skip to content

Compares memory between different instances in program execution

License

Notifications You must be signed in to change notification settings

Machinocheese/memdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

memdiff

Compares memory between different instances in program execution To install, just run source <memdiff.py file location> in gdb.

How to use:

  1. Ensure the program is running.
  2. Use memsnap to record the current memory state of the program.
  3. Use memsnap to record another memory state.
  4. Use memdiff <memsnap #> <memsnap #> to view a list of all comparable mappings.
  5. Use memdiff <memsnap #> <memsnap #> <mapping #> to view all bytes that have changed.

Using memdiff <memsnap #> <memsnap#> to view all mappings that've changed between memsnaps. start

A more in-depth look at the difference between a mapping identified via the previous command. start

About

Compares memory between different instances in program execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages