MUltimate Assembler v1.7

Meet MUltimate Assembler v1.7!
New in this version:

RVA (relative virtual) addresses
Read More…

Posted in Software, Updates on August 9th, 2012. 1 Comment.

MUltimate Assembler v1.6

MUltimate Assembler (the OllyDbg plugin) v1.6 is out.

A small release with basically one new option: You can choose how the plugin generates new labels.

Also, this release includes a version for Immunity Debugger.

Posted in Software, Updates on December 3rd, 2011. 2 Comments.

MUltimate Assembler v1.5

MUltimate Assembler (the OllyDbg plugin) v1.5 is out!
New in this release:

Anonymous labels
You can now use anonymous labels, which are defined as ‘@@’ and are referenced to as @b (or @r) for the preceding label and @f for the following label.

Example:

	JMP SHORT @f
	NOP ; skip it

@@:
	JMP SHORT @b ; (or @r) an infinite loop

Saving to and loading from files
Read More…

Posted in Software, Updates on September 28th, 2011. No Comments.

MUltimate Assembler v1.4

MUltimate Assembler (the OllyDbg plugin) v1.4 is available!
This version adds some useful features to the tab control.
Read More…

Posted in Software, Updates on May 22nd, 2011. No Comments.

MUltimate Assembler v1.3

MUltimate Assembler (the OllyDbg plugin) is updated to version 1.3, with a new option of choosing how to disassemble hexadecimal numbers:

Also in this version:
– Fixed a crash when writing labels and comments.
– The asm files path can be set in the configuration file.

Posted in Software, Updates on January 27th, 2011. No Comments.

Multiline Ultimate Assembler (an x64dbg plugin)

Multiline Ultimate Assembler is a multiline (and ultimate) assembler (and disassembler) plugin for x64dbg and OllyDbg. It’s a perfect tool for modifying and extending a compiled executable functionality, writing code caves, etc.

Source code:
https://github.com/m417z/Multiline-Ultimate-Assembler

rar multiasm.rar (475.86 kB, changelog)

Posted in Releases, Software on September 13th, 2009. 219 Comments.