GView
GView copied to clipboard
GView is a cross-platform framework for reverse-engineering. Users can leverage the diverse range of available visualization options to effectively analyze and interpret the information.
Hashes plugin - tree container checkboxes grouping scope/type of hashes
- [ ] AsciiZ - [ ] Utf16Z - [ ] Utf32Z - [ ] BidimensionalArray
_for (uint32 idx = 0; idx < settings->columnsCount; idx++) { const auto& col = settings->columns[idx]; std::string layout; // TODO: GRX - unicode layout parsing seems to be having an issue...
https://source.android.com/docs/core/runtime/dex-format Also see DroidLysis tool: https://github.com/cryptax/droidlysis.
When looking at a PE file with panels open (Sections, Directories, Resources) I like to select them to have a quick visual idea of how much space they take by...
https://docs.brew.sh/Adding-Software-to-Homebrew Example: https://github.com/Homebrew/homebrew-core/blob/master/Formula/g/gcc.rb
On Windows the Debug build requires Release DLLs (sdl2_ttf.dll instead sdl2_ttfd.dll) and the program crashes at runtime. This should be updated according to the build type. The current workaround is...
**Desktop (please complete the following information):** - OS: Windows **Describe the bug** Without Microsoft Visual C Runtime installed, GView crashes. Statically link MSVCP should do the trick **To Reproduce** Open...