dasmd.bat

来自「这是一个数字图像处理的matlab仿真程序」· Batch 代码 · 共 18 行

BAT
18
字号
@echo off

if not exist \masm32\bin\dumppe.exe goto message
\masm32\bin\dumppe -disasm %1.dll > disasm.txt
\masm32\qeditor.exe disasm.txt
goto TheEnd

:message
echo.
echo    To use this menu option, you must first unzip
echo    the file called DUMPPE.ZIP in the BIN directory.
echo.
echo    You can then dis-assemble the executable files
echo    that you have assembled.
echo.
pause

:TheEnd

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?