Quantcast
Channel: Delphi Forum - Delphi Programming Kings of Code - Delphi Tools
Viewing all articles
Browse latest Browse all 636

Asm2Pas v1.0 (Assembly to Pas) Tool

$
0
0
Simple utility to convert IDA's assembler to Delphi inline assembler. Left edit is the input for the IDA code and the right edit is the output of Delphi code. Button "Convert" does the magic in 10 steps with some additional formatting. A must have keygen authoring utility.

Conversion steps

Kod:
1. remove address column
2. remove subroutine line
3. remove proc near line
4. remove endp line
5. remove comments
6. modify locations
7. remove short jumps
8. replace arguments
9. remove arguments defs
10. insert procedure body

Binaries (.NET Framework v4.0 needed)


Viewing all articles
Browse latest Browse all 636

Trending Articles