MUltimate Assembler v1.7
Meet MUltimate Assembler v1.7!
New in this version:
RVA (relative virtual) addresses
Read More…
Meet MUltimate Assembler v1.7!
New in this version:
RVA (relative virtual) addresses
Read More…
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.
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…
MUltimate Assembler (the OllyDbg plugin) v1.4 is available!
This version adds some useful features to the tab control.
Read More…
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.
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
multiasm.rar (475.86 kB, changelog)