MCPcopy Create free account
hub / github.com/call-042PE/PyInjector / GetAllFunctions.py

File GetAllFunctions.py

src/GetAllFunctions.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os,sys,inspect,re,dis,json,types
2
3hexaPattern = re.compile(r'\b0x[0-9A-F]+\b')
4def GetAllFunctions(): # get all function in a script

Callers

nothing calls this directly

Calls 1

GetAllFunctionsFunction · 0.85

Tested by

no test coverage detected