MCPcopy Create free account
hub / github.com/lief-project/LIEF / init

Function init

api/python/src/asm/x86/init.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9namespace LIEF::assembly::x86::py {
10void init(nb::module_& m) {
11 nb::module_ mod = m.def_submodule("x86");
12
13 create<OPCODE>(mod);
14 create<REG>(mod);
15 create<Instruction>(mod);
16 create<Operand>(mod);
17}
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected