Add batch file for running x64dbg

This commit is contained in:
Michael Campagnaro 2023-02-01 16:43:26 -05:00
parent f0248008a6
commit 2f9dc3aba7
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
@echo off
cd %DEV_TOOLS%\SysinternalsSuite
start %DEV_TOOLS%\ResourceHacker.exe "%~1"

3
bin/file-x64dbg.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
start %DEV_TOOLS%\x64dbg\release\x64\x64dbg.exe "%~1"