Devlogs
WhiteBox v0.84
WhiteBoxA downloadable tool for Windows and Linux
WhiteBox v0.84.1
Features
- Sublime Text plugin
- Visual Studio plugin
- VSCode plugin
- Inaccessible memory handling (e.g. after
VirtualProtect
)
Improvements
- Reworked data recording to be faster & simpler
- (Linux) SIGSEGV errors now show the address that caused the problem
Fixes
- Memory referred to by pointer but not accessed was intermittently showing as
<NO DATA>
, now it is being shown properly
- “File edit times don’t match” was incorrectly showing after a file was resaved with no edits
- Small signed data types (e.g.
char
) were being shown as sign-extended to 64 bits when displayed in hex