View Full Version : MUltimate Assembler
RaMMicHaeL
September 12th, 2009, 11:48
MUltimate Assembler v1.2
http://rammichael.com/proj_screens/28.png
Hello
Here is a multiline (dis)assembler, which supports labels and data (C-style string).
A perfect tool for writing code caves and stuff.
Enjoy!
deroko
September 12th, 2009, 12:35
looks very interesting and useful

Garrett
September 12th, 2009, 17:46
Your assembler is quite nice, but I usually use NASM or FASM for writing patches longer than a few lines and adjust the offsets afterwards. I also like these two to patch old programs since Ollydbg doesnīt support 16 Bit instructions.
MASM sucks for writing patches since itīs to much a HLL and always outputs a .exe
RaMMicHaeL
September 12th, 2009, 18:23
I use Olly or Visual C to write code.
That's why I wrote this plugin - inserting one command in the middle can take a long time with Olly.
And Visual C, with some tricks of inline asm and LoadLibrary/GetProcAddress stuff, allows you to write nifty functions, which can be easily ripped off the exe to another place, without the need for fixes. Quite handy for shellcodes.
RaMMicHaeL
September 13th, 2009, 07:54
Updated to version 0.3!
What's new:
- Disassembles external jumps and calls.
- Added an options dialog.
- Fixes a couple of crashes.
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.