Add batch file for running x64dbg
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
@echo off
|
||||
|
||||
cd %DEV_TOOLS%\SysinternalsSuite
|
||||
start %DEV_TOOLS%\ResourceHacker.exe "%~1"
|
||||
|
||||
3
bin/file-x64dbg.bat
Normal file
3
bin/file-x64dbg.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
start %DEV_TOOLS%\x64dbg\release\x64\x64dbg.exe "%~1"
|
||||
Reference in New Issue
Block a user