dumpdecrypted icon indicating copy to clipboard operation
dumpdecrypted copied to clipboard

Symbol not found: ___chkstk_darwin

Open hp702015242 opened this issue 5 years ago • 2 comments

iPhone:~ root# DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib /var/mobile/Containers/Bundle/Application/BAEEB385-FB00-4C99-81CF-F64F7D4B124A/LTao4iPhone.app/LTao4iPhone

dyld: Symbol not found: ___chkstk_darwin Referenced from: dumpdecrypted.dylib Expected in: /usr/lib/libSystem.B.dylib in dumpdecrypted.dylib Trace/BPT trap: 5

iPhone5s, iOS8.4, macOS Catalina 10.15, xcode11.1

how to solve the problem

hp702015242 avatar Oct 11 '19 06:10 hp702015242

Add a option to CFLAGS

CFLAGS = -target arm64-apple-ios8.0 ...

SAGESSE-CN avatar Apr 29 '20 05:04 SAGESSE-CN

@sagesse-cn Thanks!

Owl7 avatar Sep 08 '20 07:09 Owl7