Snapshot

Note

Memory snapshots are a whole copy of the process memory and registers, they may be very memory consuming.

Note that they also can’t be used with static binaries :’(

class snapshot.Snapshot(dbg)

A class representing a memory snapshot of the process

property regs

Returns the snapshot copied registers

Returns

Dict

property memory

Returns the snapshot copied memory

Returns

bytes