ikelos
ikelos
Pawn's build system doesn't use FindCurses from cmake, and instead attempts to find ncurses itself. This leads to an error if ncurses has been built with a separate terminfo library...
There was a change made in #1584 that changes `bindings/rust/target/` to just `target/` which then ignores anything under `qemu/target`. This isn't a folder that seems to change that often, but...
gtk-sharp-2 isn't really looked after and my current operating system is trying to get rid of it. I realize it won't be a small task, but this is probably still...
Hiya, I came across your tool when trying out monkeytype and found it's very useful but bombs out on most of my files with errors like: `Annotation problem in function...
Hiya, I've just started working with gather.town which provides a version 3 proto file. I had to remove the optional keywords (as best I can tell, they're somewhat unnecessary in...
The data view didn't seem to respond to arrow keys or page up/page down. This makes traversing very large data sets extremely difficult. Adding support for keyboard navigation to the...
Attempting to examine large quantities of data (gigabytes) is cumbersome since most of the display views work in lines of 256 bits, so it would be very handy to be...
Changes to volshell to support unicorn support
This adds support for creating a `~/.config/volatility3/vol.json` or `volshell.json` file to handle standard command line parameters. The ordering will go: Command line parameter else JSON command line parameter else `Constants.py`...
This is just a placeholder but has most of the code for creating a valid crashdump file. The things it's currently missing are: * Proper version numbers as extracted from...