WIP: ghidra
This commit is contained in:
parent
bc4f2ea7f7
commit
46dc9a69a9
1
TODO.md
1
TODO.md
|
@ -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
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue