| Age | Commit message (Collapse) | Author |
|
|
|
These functions were passing the python object to the C API instead of the ctypes handle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which require Type objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
binaryninja.cstr(x) to x.encode('charmap') - now the example from
Workflow().show_documentation() succeeds
|
|
|
|
|
|
|