mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 16:02:17 +08:00
GP-0: post-review
GP-0: minor oops
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