list_patched_bytes

summary: enumerate patched bytes

description:

Using the API to iterate over all the places in the file, that were patched using IDA.

level: beginner

Classes

patched_bytes_visitor

Functions

main()

Module Contents

class list_patched_bytes.patched_bytes_visitor

Bases: object

skip = 0
patch = 0
list_patched_bytes.main()