WIP: ghidra

This commit is contained in:
xenia 2024-10-10 23:08:24 -04:00
parent bc4f2ea7f7
commit 46dc9a69a9
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- split ghidra-lib package with no dependency on any jdk (launch.sh)
- make a custom launch script similar to ghidra-server nixos module to replace launch.sh
- make runtime jdk configurable and independent of build jdk
- adding a doc split output with ghidra javadoc/sleigh doc/etc would be nice
## upstream
- fix kicad desktop file name

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration monitorInterval="30" xmlns:xi="http://www.w3.org/2001/XInclude" packages="log">
<Configuration monitorInterval="0" xmlns:xi="http://www.w3.org/2001/XInclude" packages="log">
<Appenders>
<Console name="console" target="SYSTEM_OUT">
<PatternLayout pattern="%-5p %m (%c{1}) %ex %n"/>