Results 13 issues of Kotcrab

- [x] Make 'unsafe' classes optional and extract them to `vis-ui-contrib` - [x] ~~`FileChooserWinService`~~ not worth it - [x] `JNAFileDeleter` - [x] Add `Refresh` in popup menu - [x] Different...

enhancement
ui

Gradle Javadoc tasks generates many warnings which should be fixed, on Maven Javadoc lint was disabled.

enhancement

Followed from #168. - [x] `AsyncTask API` and `AsyncTaskProgressDialog` To be considered: - `VisChangeListener` - allows to use ChangeListener with lambdas, perfect for Java 8 users - `EnumSelectBox` - select...

enhancement
ui

- `Target is already being recorded` when transitioning between stepping and running states. Needs investigating, could be an issue in Ghidra. - See https://github.com/NationalSecurityAgency/ghidra/discussions/3559 - `Current frame's bank does not...

bug

Ghidra Debugger has built-in support for GDB so it should just work assuming psplink has support for all the required features. The only additional thing this plugin could provide is...

enhancement

We should create extension zip that can be installed using normal Ghidra methods instead of copying directly into install directory. See https://ghidra-sre.org/InstallationGuide.html#Extensions

enhancement

Panning velocity doesn't work if scale is

Not implemented https://pspdev.github.io/vfpu-docs/#vhtfm4.q Also might need to recheck the whole v(h)tfm family against https://github.com/pspdev/vfpu-docs/tree/master and PPSSPP.

bug

See https://github.com/hrydgard/ppsspp/pull/17602

bug

Fixing systimer RE errors. Also added comments with address for each function. ## Motivation and Context I wanted to resolve issue #7 but I couldn't find anything wrong while testing...