Advertisement
Yoshin222

RunGhidra.bat

Jul 27th, 2022
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. :: Ghidra launch
  2.  
  3. @echo off
  4. setlocal
  5.  
  6. :: Maximum heap memory size
  7. :: Default for Windows 32-bit is 768M and 64-bit is 1024M
  8. :: Raising the value too high may cause a silent failure where
  9. :: Ghidra fails to launch.
  10. :: Uncomment MAXMEM setting if non-default value is needed
  11.  
  12. ::set MAXMEM=768M
  13.  
  14. call "%~dp0support\launch.bat" bg Ghidra "%MAXMEM%" "" ghidra.GhidraRun %*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement