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

Function init

api/python/src/PE/objects/exceptions_info/pyUnwindCodeX64.cpp:144–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void init(nb::module_& m) {
145 nb::module_ mod = m.def_submodule("unwind_x64",
146 "This namespace wraps code related to PE-x64 unwinding code"_doc
147 );
148
149 create<Code>(mod);
150 create<Alloc>(mod);
151 create<PushNonVol>(mod);
152 create<PushMachFrame>(mod);
153 create<SetFPReg>(mod);
154 create<SaveNonVolatile>(mod);
155 create<SaveXMM128>(mod);
156 create<Epilog>(mod);
157 create<Spare>(mod);
158}
159
160}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected