RdpCacheStitcher icon indicating copy to clipboard operation
RdpCacheStitcher copied to clipboard

RdpCacheStitcher is a tool that supports forensic analysts in reconstructing useful images out of RDP cache bitmaps.

Results 6 RdpCacheStitcher issues
Sort by recently updated
recently updated
newest added

Would it be possible to have numbered rows and columns in a future version of RdpCacheSticher? ![rdpcs](https://user-images.githubusercontent.com/8271353/175492813-90cfe21f-062d-4e25-82ae-caa654b7f1f9.png) When I work with a large number of tiles partially pieced together, it's...

Please add the ability to place multiple tiles in the work area at once that have been multi-selected in the Tile store view. This would greatly enhance user efficiency because...

Please add the feature to highlight a tile in the Tile Store view when that corresponding tile is selected in the work area. This would improve usability and allow for...

This PR fixes the following deprecation warnings: 1. Use of `QImage::byteCount()` ``` x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -Isrc -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets...

This PR fixes a compilation error, when compiled against QT 5.15.10. ``` x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -Isrc -I. -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets...

Would be nice if it was easier to shift a group of placed tiles. If the group is small it's manageable to to select each tile one by one, but...