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 by Michael (Ramen Software) on September 13th, 2009.
Tags: , ,

217 Responses to “Multiline Ultimate Assembler (an x64dbg plugin)”

  1. sonate says:

    its not support chinese in x64dbg.
    i have changed font_name in x64dbg.ini,but its not working.
    btw,i changed the resource to chinese and do something,still not wokring

  2. MulleDK19 says:

    Any chance to change this to asmjit in x64dbg? It seems to be using XEDParse which has issues.

    I can’t get it to assemble “movss dword ptr ss:[rsp+0x18], xmm2”

  3. dredknight says:

    Any idea how to add float ? or add it as hex directly?

    @float 2.5

    Or

    BINARY dc cc cc 3c

    Is there a syntax guide i can learn from?

  4. dredknight says:

    what about integers? When i do this

    int 10

    debugger shows
    CD 10 00 00

    where it is supposed to show:
    0A 00 00 00

Leave a Reply