Hey I am trying to make a MCPE mod for IOS and I was wondering if I could use IDA pro
To make the mod but I want to base my script on already written MCPE script.
My question is:
Can I use IDA to access the original script ?
Hey I am trying to make a MCPE mod for IOS and I was wondering if I could use IDA pro
To make the mod but I want to base my script on already written MCPE script.
My question is:
Can I use IDA to access the original script ?
At this time, since Minecraft PE is compiled without symbols, reverse engineering in IDA is difficult. 0.9.0 will hopefully make this easier.
thanks , but can I actually read the script (OpenGL , JavaScript )?
1) Minecraft PE is written in C++, not JavaScript
2) No, IDA is mostly a disassembler: it can disassemble code to assembly language, but can't turn it back to C++.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
To make the mod but I want to base my script on already written MCPE script.
My question is:
Can I use IDA to access the original script ?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAt this time, since Minecraft PE is compiled without symbols, reverse engineering in IDA is difficult. 0.9.0 will hopefully make this easier.
See Jocopa's guide http://www.minecraftforum.net/topic/1363777-how-to-make-mods-for-ios/ for a tutorial of using IDA to mod.
-
View User Profile
-
View Posts
-
Send Message
Curse Premium1) Minecraft PE is written in C++, not JavaScript
2) No, IDA is mostly a disassembler: it can disassemble code to assembly language, but can't turn it back to C++.