MCPcopy Create free account
hub / github.com/capstone-engine/capstone / print_objdump_dumpheader

Function print_objdump_dumpheader

contrib/objdump/objdump-m68k.py:394–395  ·  view source on GitHub ↗
(filename='', address=0)

Source from the content-addressed store, hash-verified

392
393
394def print_objdump_dumpheader(filename='', address=0):
395 print(objdump_dumpheader_fmt % (filename, address))
396
397# ## Test class Cs
398def test_class():

Callers 1

test_classFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_classFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…