=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== glulxe-0.5.4/profile-analyze.py-46-% glulxe --profile profile-raw game.ulx glulxe-0.5.4/profile-analyze.py:47:% python profile-analyze.py profile-raw game.asm --glk dispatch_dump.xml glulxe-0.5.4/profile-analyze.py-48- ############################################## glulxe-0.5.4/profile-analyze.py-86- glulxe-0.5.4/profile-analyze.py:87:% python -i profile-analyze.py profile-raw game.asm --glk dispatch_dump.xml glulxe-0.5.4/profile-analyze.py-88- ############################################## glulxe-0.5.4/profile-analyze.py-190- glulxe-0.5.4/profile-analyze.py:191:popt = optparse.OptionParser(usage='profile-analyze.py [options] profile-raw [ gameinfo.dbg | game.asm ]') glulxe-0.5.4/profile-analyze.py-192- ############################################## glulxe-0.5.4/profile-analyze.py-213-if (not args): glulxe-0.5.4/profile-analyze.py:214: print('Usage: profile-analyze.py [--dumbfrotz] [--glk dispatch_dump.xml] profile-raw [ gameinfo.dbg | game.asm ]') glulxe-0.5.4/profile-analyze.py-215- sys.exit(1) ############################################## glulxe-0.5.4/profile-analyze.py-1110- if (badls): glulxe-0.5.4/profile-analyze.py:1111: print(len(badls), 'functions from', profile_raw, 'did not appear in asm (veneer functions)') glulxe-0.5.4/profile-analyze.py-1112-