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
importspeakeasy# Get a speakeasy objectse=speakeasy.Speakeasy()
# Load a DLL into the emulation spacemodule=se.load_module("WINEXE")
# Emulate the DLL's entry point (i.e. DllMain)se.run_module(module)
the program crashes with bus_error.
However, this does not happen when invoking speakeasy from terminal.
On macOS 14.2.1 (M1 pro chip), when executing
the program crashes with
bus_error
.However, this does not happen when invoking speakeasy from terminal.
Speakeasy version: latest
Python version: 3.10.14
Capstone version: 5.0.1
Unicorn version: 1.0.2
The text was updated successfully, but these errors were encountered: