lin longhjui
lin longhjui
Strongly agree
``` StackTraceElement stackTraceElement = (StackTraceElement) dvmObject.getValue(); return new StringObject(vm, stackTraceElement.getMethodName()); ```
Try view this: `file /Users/0xh3l1x/.pyenv/versions/3.10.14/lib/python3.10/site-packages/keystone/libkeystone.dylib` And: `file $(which python)` Is there an incompatible architecture? If true, build and install keystone for arm64 manually. See https://github.com/keystone-engine/keystone/blob/master/docs/COMPILE-NIX.md ``` cmake -DBUILD_LIBS_ONLY=$BUILD_LIBS_ONLY -DLLVM_BUILD_32_BITS="$LLVM_BUILD_32_BITS" -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"...