Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 498 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 498 Bytes

DecMcpe

Join the chat at https://gitter.im/PEMapModder/DecMcpe My own project that parses an objdump of libminecraftpe.so

How to use

mkdir in
cp $PATH_TO_LIBMCPESO in/libminecraftpe.so
objdump -C -D in/libminecraftpe.so > in/mpe.asm
php _DecMcpe.php

Now you will have a dump of packets at out/pkdump.json.