GView icon indicating copy to clipboard operation
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.

Results 98 GView issues
Sort by recently updated
recently updated
newest added

Hashes plugin - tree container checkboxes grouping scope/type of hashes

Enhancement

- [ ] AsciiZ - [ ] Utf16Z - [ ] Utf32Z - [ ] BidimensionalArray

Enhancement

_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...

Bug

https://source.android.com/docs/core/runtime/dex-format Also see DroidLysis tool: https://github.com/cryptax/droidlysis.

Enhancement

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...

Enhancement

https://docs.brew.sh/Adding-Software-to-Homebrew Example: https://github.com/Homebrew/homebrew-core/blob/master/Formula/g/gcc.rb

Development

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...

Bug

**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...

Bug