MCPcopy Create free account
hub / github.com/Impact-I/reFlutter / usage

Function usage

scripts/get_flutter_engine.py:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def usage():
15 print("[-] Usage: python {} [libflutter.so]".format(sys.argv[0]))
16 sys.exit(1)
17
18
19if len(sys.argv) != 2:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected