-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
mem_map Crashed in MAC M2 ARM64 #2070
Comments
from capstone import * test_code = """NOP def hook_code(_mu, address, size, user_data): ks = Ks(KS_ARCH_ARM64, KS_MODE_LITTLE_ENDIAN) mu = Uc(UC_ARCH_ARM64, UC_MODE_ARM) |
Translated Report (Full Report Below)Process: Python [34804] Date/Time: 2024-12-22 12:43:04.8999 +0800 Sleep/Wake UUID: 877914DF-1924-4A65-AF4E-44CA21F4DEA6 Time Awake Since Boot: 80000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGBUS) Termination Reason: Namespace SIGNAL, Code 10 Bus error: 10 VM Region Info: 0x280000000 is in 0x280000000-0x2c0000000; bytes after start: 0 bytes before end: 1073741823 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 3: Thread 4: Thread 5: Thread 6: Thread 7: Thread 8: Thread 9: Thread 10: Thread 11: Thread 0 crashed with ARM Thread State (64-bit): Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Full Report{"app_name":"Python","timestamp":"2024-12-22 12:43:05.00 +0800","app_version":"3.13.0","slice_uuid":"53936d74-c619-3546-af3d-11865ba3db8b","build_version":"3.13.0","platform":1,"bundleID":"org.python.python","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.7.2 (22H313)","roots_installed":0,"name":"Python","incident_id":"1F3ECEA1-F863-45D6-8FD1-A3994DA6ED78"}
], ] Model: Mac14,5, BootROM 11881.61.3, proc 12:8:4 processors, 64 GB, SMC |
Dup #2033 (comment) |
Thanks a lot, After I built it myself, replacing these two files with the ones installed by python pip will allow it to be used smoothly. |
The text was updated successfully, but these errors were encountered: