MCPcopy
hub / github.com/ElderDrivers/EdXposed / getMethodId

Function getMethodId

edxp-sandhook/genhookstubs.py:68–69  ·  view source on GitHub ↗
(args, index)

Source from the content-addressed store, hash-verified

66
67
68def getMethodId(args, index):
69 return TEMP_STUB_GET_METHOD_ID_NAME % (args, index)
70
71def getMethodHookName(index):
72 return TEMP_STUB_HOOK_METHOD_NAME % index

Callers 2

genHookMethodFunction · 0.85
genBackupMethodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected