MCPcopy Create free account
hub / github.com/Lil-House/Pyarmor-Static-Unpack-1shot / PycModule

Method PycModule

pycdc/pyc_module.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44class PycModule {
45public:
46 PycModule() : m_maj(-1), m_min(-1), m_unicode(false) { }
47
48 void loadFromFile(const char* filename);
49 void loadFromMarshalledFile(const char *filename, int major, int minor);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected