工欲善其事

源代码在线查看: dasm.bat

软件大小: 17508 K
上传用户: a415834839
关键词:
下载地址: 免注册下载 普通下载 VIP

相关代码

				@echo off
				
				if not exist \masm32\bin\dumppe.exe goto message
				\masm32\bin\dumppe -disasm %1.exe > 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			

相关资源