Posts Tagged ‘decompiling’

Decompiling MMBuilder applications Part 3

<< Part 2 Creating a python script With all the information we got in the previous articles let’s create a python script to automate this process:   Requirementes and notes: python 2.6+ pefile # MMUnbuilder v0.1 # Based in MMBuilder file version 3.00 # Programmed by Miguel Febres # m.febres at q-protex.com # http://www.q-protex.com   [...]

Tags: , ,

Decompiling MMBuilder applications Part 2

<< Part 1 Let’s dump this overlay data and analyze it: 0000h:0B 4D 4D 42 75 69 6C 64 65 72 33 30 00 00 00 00 .MMBuilder30…. 0010h:01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ……………. 0020h:00 00 01 00 00 00 00 00 00 00 [...]

Tags: , ,

Decompiling MMBuilder applications Part 1

Automatic decompilation of Multimedia Builder applications through python script Introduction When reverse engineering binaries, compiler-specific tools are very important. There are plently of tools for almost all the compilers in the wild so it is very possible to find someone that has worked already in the development of a generic tool to interact with a [...]

Tags: , ,