Skip to content

Got tracking

disable = subparsers.add_parser('disable', help='Disable GOT tracking') module-attribute

enable = subparsers.add_parser('enable', help='Enable GOT parsing') module-attribute

parser = argparse.ArgumentParser(description='Controls GOT tracking') module-attribute

report = subparsers.add_parser('info', help='Give an overview of the GOT tracker') module-attribute

status = subparsers.add_parser('query', help='Queries detailed tracking information about a single entry in the GOT') module-attribute

subparsers = parser.add_subparsers(required=True, description='Used to disable and query information about the tracker') module-attribute

columns(rows, colors=None)

Print data formatted into distinct columns.

got_report(soname='.*', writable=False, fnname='.*')

Prints out a report of the current status of the GOT tracker.

got_tracking_status(address)

Prints out information about a single GOT tracking entry.

track_got(mode=None, soname=None, writable=False, fnname=None, address=None)