mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1907: Removing ContinuesInterceptor and associated API
This commit is contained in:
parent
2db3a6be15
commit
96674d4f62
208 changed files with 1125 additions and 3387 deletions
|
@ -70,7 +70,6 @@ VMARGS_WINDOWS=-Dlog4j.skipJansi=true
|
|||
VMARGS=-Xshare:off
|
||||
|
||||
# Permit "illegal reflective accesses" to enable JDK compatibility with Ghidra and 3rd party jars.
|
||||
VMARGS=--add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
VMARGS=--add-opens=java.desktop/sun.awt.image=ALL-UNNAMED
|
||||
|
||||
# Persistent cache directory used by the application. This directory will be used to store
|
||||
|
@ -89,11 +88,6 @@ VMARGS=--add-opens=java.desktop/sun.awt.image=ALL-UNNAMED
|
|||
# Disable alternating row colors in tables
|
||||
#VMARGS=-Ddisable.alternating.row.colors=true
|
||||
|
||||
# The ContinuesInterceptor allows the import process to proceed if parsing corrupted headers
|
||||
# generates uncaught exceptions. Its usage has been deprecated and will be removed in a future
|
||||
# release of Ghidra. It is disabled by default.
|
||||
#VMARGS=-DContinuesInterceptor.enabled=true
|
||||
|
||||
# Limit on XML parsing. See https://docs.oracle.com/javase/tutorial/jaxp/limits/limits.html
|
||||
#VMARGS=-Djdk.xml.totalEntitySizeLimit=50000000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue