You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is technically "undefined behavior" to call any BAP function without first having called Bap_main.init to load a number of things, including Lisp semantics and disassemblers.
It is technically "undefined behavior" to call any BAP function without first having called Bap_main.init to load a number of things, including Lisp semantics and disassemblers.
We either need to publish a run_unit : unit -> unit in the lib and call it in the plugin, or do something akin to here: https://github.com/BinaryAnalysisPlatform/bap/blob/master/lib_test/bap/run_tests.ml
The text was updated successfully, but these errors were encountered: