Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Reverse iOS IPA File #772

Unanswered
congcoi123 asked this question in Q&A
Mar 5, 2024 · 1 comments · 1 reply
Discussion options

Hi folks,
I am wondering whether the IPA file built by MobiVM could be decompiled and the source code is readable?

Thank you.

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

hi,
robovm compiles java bytecode through LLVM into native code.
the question of decompilation is similar as decompilation of native code.
in general its question of reading of decompiled assembler code and converting it back into some readable form.
(e.g. in general not easy and not one click operation).

as a note RoboVM binary contains information such as method names and line number tables that is used to produce exception stacktraces. this information would make decompilation process a bit easy.

in general -- any program is decompilable its only matter of time, experience and money to be invested into :)

You must be logged in to vote
1 reply
Comment options

Hi @dkimitsa,
Thank you so much for your swift reply. I leaned a new thing and always appreciate your support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /