mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 22:32:22 +08:00
Merge remote-tracking branch 'origin/GP-0_d-millar_launcher_errors--SQUASHED'
This commit is contained in:
@@ -56,7 +56,6 @@ def main():
|
||||
try:
|
||||
import ghidradbg
|
||||
except Exception as e:
|
||||
print(e)
|
||||
exit(253)
|
||||
from ghidradbg import commands as cmd
|
||||
from pybag.dbgeng import core as DbgEng
|
||||
|
||||
@@ -59,7 +59,6 @@ def main():
|
||||
try:
|
||||
import ghidradbg
|
||||
except:
|
||||
print(e)
|
||||
exit(253)
|
||||
from ghidradbg import commands as cmd
|
||||
from pybag.dbgeng import core as DbgEng
|
||||
|
||||
Reference in New Issue
Block a user