otool
Disassemble default iOS apps with otool
When I try to disassemble the stock iOS apps (not app store ones) with otool it isn\'t split into different methods. It\'s just one massive section. Here\'s the command I\'m using:[详细]
2023-04-05 09:41 分类:问答how to use otool
apple suggest开发者_如何学Pythoned me to use \"strings\" or \"otool\" to dect the private api (isinf) in my code , I am totally newbieso any help how to use those toolsOpen Terminal ( Ctrl + Space ->[详细]
2023-03-04 15:27 分类:问答howto turn otool output into compilable form?
Greetings, I\'ve created a couple of text files from mac i386 binary (via otx and oto开发者_运维知识库ol -tV ), but when I try to recompile them again, I fail.[详细]
2023-02-07 05:08 分类:问答Meaning of otool "caps" field
When I run otool -favh some/library.so there are the following fields: Mach header magic cputype cpusubtypecapsfiletype ncmds sizeofcmdsflags[详细]
2023-01-29 03:38 分类:问答Why is the first column of the results from otool not continuous?
I\'m sorry if this is a really noob question. I\'m using otool to disassemble a file and this is the result of a method that I\'m interested in:[详细]
2023-01-12 10:20 分类:问答Problem with understanding arm assembly code structure
code is listed as follows, I want to know in the ending part 0000e0b4001d22d0ldrsbeq r2, [sp], -r0 does this do calculation for this line of code since it loads the address defined in the ending p[详细]
2023-01-04 05:37 分类:问答MacOSX: How to collect dependencies into a local bundle?
I am creating a plugin application (dylib) that depends on several other libraries. These other libraries are installed on my system, but are not guaranteed to be installed on any user\'s system. So I[详细]
2022-12-17 22:16 分类:问答How can I determine the location of disassembled code within an executable?
I\'ve got an executable file (C++, i386, compiled under MacOS/X Tiger, if it matters) that contains a bug.The fix for the bug is straightforward -- there\'s a place in the code where it calls fork() a[详细]
2022-12-10 00:18 分类:问答