lkttle
lkttle
well, thanks for your answer! Is there a way to filter out user functions and sieve out system library (non-kernel level) symbols, I was thinking of doing it by character...
I think it is because sometimes method_getImplementation return the address of a thunk. ``` c __text:000000010017DA28 ; =============== S U B R O U T I N E ======================================= __text:000000010017DA28...
I edit CMakeLists.txt and add cmd ` set(REMILL_INCLUDE_DIR "/Users/xxxxx/Desktop/ollvm/lifting-bits-downloads/vcpkg_macos-11_llvm-15_xcode-13.0_amd64/installed/x64-osx-rel/include")`, and solved this problem.
But now it says "Could not find sleigh compiler", and CMake error at lifting-bits-downloads/vcpkg_macos-11_llvm-15_xcode-13.0_amd64/scripts/buildsystems/vcpkg.cmake:623 (_add_library): Cannot find source file. I am confused, need help, pls.
Thanks! My MacOS version is 11.7.4. Found MacOS Big Sur [-] Library version is vcpkg_macos-11_llvm-15_xcode-13.0_amd64 + cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_VERBOSE_MAKEFILE=True -DCMAKE_TOOLCHAIN_FILE=/Users/xxxxxxxx/Desktop/ollvm/lifting-bits-downloads/vcpkg_macos-11_llvm-15_xcode-13.0_amd64/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-osx-rel /Users/xxxxxxxx/Desktop/ollvm/remill -- ccache: enabled with '/usr/local/bin/ccache'. The cache folder...
Hello. I re-cloned the project then simply ran the command ". /remill/scripts/build.sh". I now keep getting stuck on this command and it reports errors frequently. I have to add the...
老哥,你太强了。我这里还有一种简化脚本逻辑的方法,自己把复杂的oc调用写入三方库注入到应用里,lldb可以直接调用注入的三方库里的OC方法,这样就不需要在python里面写那些蹩脚的OC语法了
我主要是为了reverse,做的mac逆向。对于上面你提的问题,如果是在越狱设备的话问题不大
目前在尝试一种大批量指令的trace功能,做到汇编级别的监控,通过lldb实现trace功能,因为监控大量汇编指令的同时加了各种条件过滤和符号解析,所以难免遇到各种问题。我在python里调用一些三方库写好的符号解析逻辑,第一次调用经常会失败,报错,调用成功一次以后,后面就又可以正常运行了。