MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / powerpc_release

Function powerpc_release

arch/powerpc/disassembler.cpp:200–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200extern "C" void
201powerpc_release(void)
202{
203 if(handle_lil) {
204 cs_close(&handle_lil);
205 handle_lil = 0;
206 }
207
208 if(handle_big) {
209 cs_close(&handle_big);
210 handle_big = 0;
211 }
212}
213
214extern "C" int
215powerpc_decompose(const uint8_t *data, int size, uint64_t addr, bool lil_end,

Callers 1

powerpc_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected