Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bus error on python (macOS Silicon) #241

Open
zangobot opened this issue Mar 26, 2024 · 0 comments
Open

Bus error on python (macOS Silicon) #241

zangobot opened this issue Mar 26, 2024 · 0 comments

Comments

@zangobot
Copy link

zangobot commented Mar 26, 2024

On macOS 14.2.1 (M1 pro chip), when executing

import speakeasy

# Get a speakeasy object
se = speakeasy.Speakeasy()

# Load a DLL into the emulation space
module = 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.

Speakeasy version: latest
Python version: 3.10.14
Capstone version: 5.0.1
Unicorn version: 1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant