We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0214d3 commit 09debbcCopy full SHA for 09debbc
scripts/macho_parser.py
@@ -81,7 +81,6 @@ def macho_parser_sections(data):
81
rows = []
82
dylibs = []
83
for command in data.load_commands:
84
- print(type(command.body))
85
if isinstance(command.body,data.DylinkerCommand):
86
rows.append(["Dylinker Command",command.body.name.value])
87
if isinstance(command.body,data.EntryPointCommand):
0 commit comments