吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 4312|回复: 8
收起左侧

[OllyDbg 1.x Plugin] MUltimate Assembler 1.3

[复制链接]
Hmily 发表于 2011-1-31 17:15
multiasm.png

------------------------
MUltimate Assembler v1.3
  http://rammichael.com/
------------------------

General:
- 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 labels, that must begin with a '@', and contain only letters, numbers, and _
- You can use C-style strings for text and binary data (including L for unicode)

Example:

<00401000>

        NOP ; This is a nop
        JMP SHORT @afterdata

@data:
        "Hello World!\0"

@afterdata:
        PUSH @data
        CALL @print_str
        RET

<00401020>

@print_str:
        RET 4 ; TODO: Write the function

multiasm.rar

54.44 KB, 下载次数: 23, 下载积分: 吾爱币 -1 CB

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

cntrump 发表于 2011-1-31 18:12
如果写进去的代码长度大于原来的长度会直接导致OD崩溃。
现在这个版本还没有代码长度提示。
xie83544109 发表于 2011-1-31 22:20
yjd333 发表于 2011-2-1 01:10
看雪里见过。不过用了那个工具栏里面有自带一个就没下了。
wanwanle 发表于 2011-2-6 13:22
支持下+谢谢分享、、、、、、
a1250377248 发表于 2011-2-8 16:02
这是什么我不懂
yangjt 发表于 2011-4-3 08:36


新上传一个、原版对于中文字体支持有问题……

multiasm.rar

57.51 KB, 下载次数: 3, 下载积分: 吾爱币 -1 CB

weimjsam 发表于 2012-3-15 16:38
哈哈哈 谢谢共享 正好需要
more5039 发表于 2012-3-20 15:08
支持一下。。。。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止灌水或回复与主题无关内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-5-16 02:37

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表