Joel
Joel
Parsing of Dialog resources using the DLGTEMPLATEEX structure failed when a `DS_FONT` style option was present, as the font information was not recognized or parsed. This change corrects detection of...
Program export validation occurred on the value of the text input box rather than the effective export file, which could cause false pass and fails in the validation itself. This...
Add a configuration option for the decompiler to align comments with code instead of using the fixed indentation setting. See #575 for the original feature request.
One of the scripts packaged with Ghidra, `ResolveX86orX64LinuxSyscallsScript`, makes use of a constant propagater that allows constant register values to be retrieved. This turns out to be pretty handy for...
A convenient feature in any logging library is colored output when logging to a console so that messages of different severity levels stand out from one another. This could be...
Stumpless currently does not support the STUMPLESS_OPTION_ODELAY option despite providing it in its header files. This option is meant to mirror the LOG_ODELAY option in functionality. The meaning will change...
Stumpless currently does not support the STUMPLESS_OPTION_NDELAY option despite providing it in its header files. This option is meant to mirror the LOG_NDELAY option in functionality. The meaning may change...
There is a detailed guide on how to go about adding a new language in the [localization documentation](https://github.com/goatshriek/stumpless/blob/latest/docs/localization.md). If you'd like a concrete example of such a change, check out...
In the early stages of development of stumpless, documentation of private functions was not always done, as these are not exposed to library users. However, as the library has grown...
As described in #239, the invocation of `make check` fails with the following errors: ``` /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libgtest.a(gtest-all.cc.o): undefined reference to symbol pthread_getspecific@@GLIBC_2.2.5' /usr/bin/ld: /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from...