Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Updated to V4.1, V4.4 and V4.5:
- This changelog won't be updated anymore. Instead check the update posts on guidedhacking.com
- 12/18/20
- Updated to V4.0
- Injector:
- LdrpLoadDll injection
- Manual mapping improved by a lot
- Now resolves addresses using PDBs
- Downloads PDBs (once) at startup
- Tons of improvements
- GUI:
- Now completely made in Qt
- Dark theme only
- Added hook scanner
- Added new options (see injector updates above)
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/t3xr6hw3xh
- Virustotal: https://www.virustotal.com/gui/file/6fba9f617ce4ee4867d561f6593e18fecee708ca5e248cada7573c3239d4b89e/detection
- Source: https://github.com/Broihon/GH-Injector-Library
- https://github.com/Broihon/GH-Injector-GUI
- 09/09/19
- Updated to V3.3
- Injector:
- Redid most of the codecaves (again)
- Improved handle hijacking a lot
- Minor bug fixes (as always)
- Improved error logging
- GUI:
- Added dark theme
- Lots of internal improvments
- Simply made the GUI much cooler
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/qfr743zjcx
- Virustotal: https://www.virustotal.com/gui/file/b6109095f35bdb6b4d6de6164e45e37a3dbae263645c70fdbfdde82a054faee9/details
- 02/21/19
- Updated to V3.1
- Fixed typo in GUI
- Added proper updater for upcomming releases
- Yeah, this is literally it
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/8z34hi9oaf
- Virustotal: https://www.virustotal.com/#/file-analysis/YmQ4YTE5MWM1OWE1ZWM5ZmFjMGE3ODljNzIzMmVlZWU6MTU1MDc4NjM1NQ==
- 09/05/18
- Updated to V3.0
- Injector:
- Converted the whole injector project into a dll file which gets loaded into the GUI process
- = rip command prompt
- Made all injection methods wow64 compatible - that means on x64 systems you only need the x64 version (except for the SWHEX
- executables, both versions are needed)
- Added Handle Hijacking / cross-session injection (for real this time)
- Updated NtCreateThreadEx cloaking:
- - Now launches thread with spoofed start address at the entrypoint of the process' main module
- - thread_attach/thread_detach calls (to DllMains) are disabled
- - hidden from debuggers
- SWHEX:
- Added for cross-session/cross-platform SetWindowsHookEx injection
- GUI:
- Now launches natively
- Loads injection libraries natively
- Improved platform checks/security
- Fixed processicon randomly disappearing
- Fixed glitched dll list loading/sorting
- Internal tweaks/changes to lower the CPU workload
- Misc:
- Added text tutorial on how to compile
- Added .bat file to merge everything into one directory
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/owt9zam8xh
- Virustotal: https://www.virustotal.com/en/file/d4abb77ad69fabcd7a969d141fa92ed5dbda3729dfeadf6e78c3f79648d81eeb/analysis/1536120165/
- Download: https://puu.sh/BpUE5/ea9ea6988d.zip
- Source: http://puu.sh/Clcvx/7f628e6432.zip
- 08/21/18
- Updated to V2.5
- Injector:
- Reworked all codecaves
- Several bugfixes
- Tidied source
- Added explanation to raw byte codecaves
- GUI:
- Added tooltips
- Added "Architecture" tab to dll list
- Added platform check
- Added "Load DLL copy" and "Randomize file name" option
- Design tweaks:
- Fixed sunken border lines
- Removed "Broihon" button (rest in peace)
- Injection method converted into combobox
- Fixed process picker platform/session check
- Jotti: https://virusscan.jotti.org/en-gb/filescanjob/l36h3v6vin
- Virustotal: https://www.virustotal.com/en/file/c11f9e59fb09454f71e2171c8a037213a627cc407785a4137d67170e341ef0c1/analysis/1534859082/
- Download: http://puu.sh/BhW0v/f083e39e6b.zip
- Source: http://puu.sh/BhW11/a46f180abc.zip
- 12/09/17
- Updated to V2.4
- Improved/fixed SetWindowsHookEx codecaves
- Added QueueUserAPC injection option
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/o2ltibu65k
- Virustotal: https://www.virustotal.com/en/file/f4ee11c0a7bbcc4f28b6185c312dea14e4222910f83315b83e5606acd37a4df4/analysis/1512859005/
- Download: http://puu.sh/yCWYK/fa49d3f9dc.zip
- Source: http://puu.sh/yD2i1/805c0fb53f.zip
- Injection.cpp (commented): http://puu.sh/yDBkk/18e0a36913.cpp
- Injection.h (commented): http://puu.sh/yDBjH/30482d455b.h
- 12/09/17
- Updated to V2.3
- More GUI tweaks
- More minor bug fixes
- Added SetWindowsHookEx injection option
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/n7abobe88l
- Virustotal: https://www.virustotal.com/en/file/439031ac8ae54c05d992ecab111b7fb0549e88ae9ce14c5edd22a6c2760f455b/analysis/1512792034/
- Download: http://puu.sh/yCtzt/dc21afafe2.zip
- Source: TBA
- 10/17/17
- Updated to V2.1
- Context menu when right clicking DLLs in the list
- Minor GUI tweaks
- Sort DLLs by state
- Bug fixes
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/felyg99tet
- Virustotal: https://www.virustotal.com/en/file/33a651471a0fcaf749d81a8fadc9f57a9cd1bf6f7724304eb2ea7279b8ef45e2/analysis/1508260750/
- Download: http://puu.sh/y0qbP/1bf0b37594.zip
- Source: http://puu.sh/y0qiM/a77799c20f.zip
- 10/07/17
- Updated to V2.0
- 100% rewritten GUI (code now 100000% cleaner)
- Drag and drop files into the DLL list
- Sort DLLs by name and path
- Activate/Deactivate all files by clicking the "Active" tab
- Improved Manual Mapping
- Added 3 new options:
- Shift module (random offset when manual mapping)
- Clean data directories (remove unnecessary/suspicious data)
- Hide from debugger (thread creation)
- ...
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/27828qpvxz
- Virustotal: https://www.virustotal.com/en/file/bfcebd005f1dc430889cd28eb17b74399e16cbf3da8092ba92f91d4a91f0cb25/analysis/1507333455/
- Download: http://puu.sh/xRNyz/bf6490e7c0.zip
- Source: http://puu.sh/xRNXG/6259dd991b.zip
- Injection.cpp (V2.0): TBA
- 03/17/17
- Updated to V1.8
- Fixed session check (process picker)
- Cleaned GUI source
- Added advanced error checking
- Minor tweaks
- Jotti: https://virusscan.jotti.org/en-GB/filescanjob/g9e00pdy44
- Virustotal: https://virustotal.com/en/file/d1c28cb7adfaa691a7189429f714c0376c7d3838125541280d567d3596151c7a/analysis/1489747553/
- Download: http://puu.sh/uMSKV/442ce08dce.zip
- Source: http://puu.sh/uMSYD/885a82d616.zip
- Injection.cpp (commented version of V1.7): https://puu.sh/tPJB2/c05f08d36f.cpp
- 02/01/17
- Updated to V1.7
- Improved process picker
- Fixed clickable banner
- Improved ini settings
- Minor bugfixes
- Jotti: https://virusscan.jotti.org/en-US/filescanjob/ku4iosc4gg
- Virustotal: https://virustotal.com/en/file/62514472438ca8efdb80c4a23a9f207cbc46e995052d5619350c1b8f7f374dce/analysis/1485988751/
- Download: https://puu.sh/tKbIN/3ce9d7bd80.zip
- Source: https://puu.sh/tKbIb/66e7299c9d.zip
- Injection.cpp (commented version): https://puu.sh/tPJB2/c05f08d36f.cpp
- 01/30/17
- Updated to V1.6
- Added process picker
- Fixed a memory leak
- Disabled clickable banner due to bugs for now
- Jotti: https://virusscan.jotti.org/en-US/filescanjob/ne1jmmcm3v
- VirusTotal: https://virustotal.com/en/file/ac6fa3cbcf5a26d2fbe5c5fcfda8eb399772b08888a094a521f1279b5b15b75c/analysis/1485809703/
- Download: https://puu.sh/tHft2/2eb12a3c6c.zip
- Source: https://puu.sh/tHanQ/63692a8d1b.zip
- 01/28/17
- Updated to V1.5
- Minor fixes to the GUI
- Added UPX compression
- 10/2/16
- Updated to V1.4
- Added version check and updater
- Added error checks
- A lot of bug fixes
- Proper thread hijacking for x64
- 9/11/16
- Updated to V1.1
- Added GUI
- Minor bugfixes
- Added proper x86/x64 detection
- 9/5/16
- First Release V1.0
Add Comment
Please, Sign In to add comment