Chủ Nhật, 24 tháng 8, 2014

on Leave a Comment

Multiline Ultimate Assembler v2.0 [Plugin]

INFO:


Quote:




- MUltimate Assembler is a multiline (and ultimate) assembler (and
disassembler)
- To disassemble code, select it, and choose "MUltimate Assembler" from
the right click menu
- To assemble code, click the Assemble button in the assembler window

Rules:
- You must define the address your code should be assembled on, like
this: <00401000>
- You can use any asm commands that OllyDbg can assemble
- You can use RVA (relative virtual) addressess with a module name,
like this: $module.1000 or $"module".1000, or $$1000 to use the
module of the address definition (e.g. <$m.1000>PUSH $$3 is the same
as <$m.1000>PUSH $m.3)
- You can use labels, that must begin with a '@', and contain only
letters, numbers, and _
- You can 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
- You can use C-style strings for text and binary data (use the L prefix
for unicode)
Multiline Ultimate Assembler v2.0
16.10.2012


Changelog:



Quote:




The plugin was renamed to Multiline Ultimate Assembler.
Ported to OllyDbg v2.
Help file.
Loading from files: load multiple files.
Sync code opened in multiple instances.

Download homepage:


Attach file:

Source: MarcElBichon - eXetools.

0 nhận xét:

Đăng nhận xét