Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
os,sys,inspect,re,dis,json,types
2
3
hexaPattern = re.compile(r
'\b0x[0-9A-F]+\b'
)
4
def
GetAllFunctions():
# get all function in a script
Callers
nothing calls this directly
Calls
1
GetAllFunctions
Function · 0.85
Tested by
no test coverage detected