Zhang

Results 32 issues of Zhang

``` cmake ~/Development/Dobby -DCMAKE_BUILD_TYPE=Release -DDOBBY_GENERATE_SHARED=OFF -DDynamicBinaryInstrument=ON -DFullFloatingPointRegisterPack=ON ``` ``` duplicate symbol 'shared_cache_get_load_addr()' in: libsupervisor_call_monitor.a(supervisor_call_monitor.cc.o) ../../libdobby.a(dyld_shared_cache_symbol_table_iterator.cc.o) ld: 1 duplicate symbol for architecture arm64 ``` Changing ``DynamicBinaryInstrument`` to ``OFF`` ``` Undefined symbols...

Hi: This one liner changes to use the path of the folder containing node-server.js instead of relying on cwd. So the user can just alias the command in their bash...

Can we possibly use dynamic libraries installed by homebrew?

Would be convenient to use in Cycript I prefer OC API

不只是objc__methodname, classname等私心认为同样不应该被加密。 另外这样的ctor加密方式在程序的入口点,dyld执行完ctor之后我个人理解就应该全部解密了?此时dump拿到的就是解密的字符串。基于def-use chain的处理可能会是更好的选择 . 我个人对此的一些理解放在了 http://mayuyu.io/2017/12/26/StringEncryption/

Title. We need to make sure nobody could fake the send time of tweets

Hey: I've downloaded z3 release for arm64-osx and followed the setup instructions, however: ``` clang++ -m64 -arch x86_64 -mmacosx-version-min=10.14 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -dynamiclib -compatibility_version 1.0 -current_version 1.0 -single_module -o ../../bin/plugins/goomba.dylib obj/x64_mac_clang_32/goomba.o...

I'm not familiar with the underlying concepts of git. So this might be an user error? ### Reproduction steps - Clone https://github.com/apple/llvm-project - Checkout tag ``swift-5.9-RELEASE`` - Follow the steps...

Hi: Recently there is a new commercial product in China which claims to be able to run virtualized Android on an Android (Which is probably the most stupid idea I...

I'm still not quite sure how the ``_recalloc`` implementation works so I kept that part out