문제

I am currently a iPhone apps developer and trying to learn the mechanism of generating the audio impulses by extracting the current ipa solutions and github solutions

When using Hopper to extract , only recompiled and incomplete assembly codes are generated. We cannot see any objective classes for further exploration .

Are there any alternatives to achieve this aim ?

도움이 되었습니까?

해결책

There are such things as decompilers, but not sure if there's one for iOS/Objective-C. Anyway you won't get back the original source, variable names, comments, etc. So it's still a slog.

Instead of reversing someone's app why not ask "how to" questions on stackoverflow? ;-)

Also, you can see the classes defined in the program, try nm.

다른 팁

Nope, the IPA file doesn't contain any source code. Which is a good thing, I think most developers want privacy with their material.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top