Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
Miscellaneous Forums => The Orphanage => Topic started by: Magnum on November 08, 2011, 08:57:52 PM
Title:
Open an .exe using script in qeditor
Post by:
Magnum
on
November 08, 2011, 08:57:52 PM
This is in my menu.
Open_With_Olly,\masm32\bin\olly.bat "{b}"
It won't open a loaded file with OllyDbg.
Olly says Unable to load file '''C:\masm32\SOURCE\IsCD1''.exe'
Olly.bat
@echo off
c:\Olly_2\ollydbg.exe %1.exe
Text only
|
Text with Images