Broihon

GH Injector - Changelog

Jan 30th, 2017 (edited)
65,963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. Updated to V4.1, V4.4 and V4.5:
  2. This changelog won't be updated anymore. Instead check the update posts on guidedhacking.com
  3.  
  4. 12/18/20
  5. Updated to V4.0
  6.  
  7. Injector:
  8. LdrpLoadDll injection
  9. Manual mapping improved by a lot
  10. Now resolves addresses using PDBs
  11. Downloads PDBs (once) at startup
  12. Tons of improvements
  13.  
  14. GUI:
  15. Now completely made in Qt
  16. Dark theme only
  17. Added hook scanner
  18. Added new options (see injector updates above)
  19.  
  20. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/t3xr6hw3xh
  21. Virustotal: https://www.virustotal.com/gui/file/6fba9f617ce4ee4867d561f6593e18fecee708ca5e248cada7573c3239d4b89e/detection
  22.  
  23. Source: https://github.com/Broihon/GH-Injector-Library
  24. https://github.com/Broihon/GH-Injector-GUI
  25.  
  26. 09/09/19
  27. Updated to V3.3
  28.  
  29. Injector:
  30. Redid most of the codecaves (again)
  31. Improved handle hijacking a lot
  32. Minor bug fixes (as always)
  33. Improved error logging
  34.  
  35. GUI:
  36. Added dark theme
  37. Lots of internal improvments
  38. Simply made the GUI much cooler
  39.  
  40. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/qfr743zjcx
  41. Virustotal: https://www.virustotal.com/gui/file/b6109095f35bdb6b4d6de6164e45e37a3dbae263645c70fdbfdde82a054faee9/details
  42.  
  43. 02/21/19
  44. Updated to V3.1
  45.  
  46. Fixed typo in GUI
  47. Added proper updater for upcomming releases
  48. Yeah, this is literally it
  49.  
  50. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/8z34hi9oaf
  51. Virustotal: https://www.virustotal.com/#/file-analysis/YmQ4YTE5MWM1OWE1ZWM5ZmFjMGE3ODljNzIzMmVlZWU6MTU1MDc4NjM1NQ==
  52.  
  53. 09/05/18
  54. Updated to V3.0
  55.  
  56. Injector:
  57. Converted the whole injector project into a dll file which gets loaded into the GUI process
  58. = rip command prompt
  59. Made all injection methods wow64 compatible - that means on x64 systems you only need the x64 version (except for the SWHEX
  60. executables, both versions are needed)
  61. Added Handle Hijacking / cross-session injection (for real this time)
  62. Updated NtCreateThreadEx cloaking:
  63. - Now launches thread with spoofed start address at the entrypoint of the process' main module
  64. - thread_attach/thread_detach calls (to DllMains) are disabled
  65. - hidden from debuggers
  66.  
  67. SWHEX:
  68. Added for cross-session/cross-platform SetWindowsHookEx injection
  69.  
  70. GUI:
  71. Now launches natively
  72. Loads injection libraries natively
  73. Improved platform checks/security
  74. Fixed processicon randomly disappearing
  75. Fixed glitched dll list loading/sorting
  76. Internal tweaks/changes to lower the CPU workload
  77.  
  78. Misc:
  79. Added text tutorial on how to compile
  80. Added .bat file to merge everything into one directory
  81.  
  82. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/owt9zam8xh
  83. Virustotal: https://www.virustotal.com/en/file/d4abb77ad69fabcd7a969d141fa92ed5dbda3729dfeadf6e78c3f79648d81eeb/analysis/1536120165/
  84. Download: https://puu.sh/BpUE5/ea9ea6988d.zip
  85. Source: http://puu.sh/Clcvx/7f628e6432.zip
  86.  
  87. 08/21/18
  88. Updated to V2.5
  89.  
  90. Injector:
  91. Reworked all codecaves
  92. Several bugfixes
  93. Tidied source
  94. Added explanation to raw byte codecaves
  95.  
  96. GUI:
  97. Added tooltips
  98. Added "Architecture" tab to dll list
  99. Added platform check
  100. Added "Load DLL copy" and "Randomize file name" option
  101. Design tweaks:
  102. Fixed sunken border lines
  103. Removed "Broihon" button (rest in peace)
  104. Injection method converted into combobox
  105. Fixed process picker platform/session check
  106.  
  107. Jotti: https://virusscan.jotti.org/en-gb/filescanjob/l36h3v6vin
  108. Virustotal: https://www.virustotal.com/en/file/c11f9e59fb09454f71e2171c8a037213a627cc407785a4137d67170e341ef0c1/analysis/1534859082/
  109. Download: http://puu.sh/BhW0v/f083e39e6b.zip
  110. Source: http://puu.sh/BhW11/a46f180abc.zip
  111.  
  112. 12/09/17
  113. Updated to V2.4
  114. Improved/fixed SetWindowsHookEx codecaves
  115. Added QueueUserAPC injection option
  116.  
  117. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/o2ltibu65k
  118. Virustotal: https://www.virustotal.com/en/file/f4ee11c0a7bbcc4f28b6185c312dea14e4222910f83315b83e5606acd37a4df4/analysis/1512859005/
  119. Download: http://puu.sh/yCWYK/fa49d3f9dc.zip
  120. Source: http://puu.sh/yD2i1/805c0fb53f.zip
  121. Injection.cpp (commented): http://puu.sh/yDBkk/18e0a36913.cpp
  122. Injection.h (commented): http://puu.sh/yDBjH/30482d455b.h
  123.  
  124. 12/09/17
  125. Updated to V2.3
  126. More GUI tweaks
  127. More minor bug fixes
  128. Added SetWindowsHookEx injection option
  129.  
  130. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/n7abobe88l
  131. Virustotal: https://www.virustotal.com/en/file/439031ac8ae54c05d992ecab111b7fb0549e88ae9ce14c5edd22a6c2760f455b/analysis/1512792034/
  132. Download: http://puu.sh/yCtzt/dc21afafe2.zip
  133. Source: TBA
  134.  
  135. 10/17/17
  136. Updated to V2.1
  137. Context menu when right clicking DLLs in the list
  138. Minor GUI tweaks
  139. Sort DLLs by state
  140. Bug fixes
  141.  
  142. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/felyg99tet
  143. Virustotal: https://www.virustotal.com/en/file/33a651471a0fcaf749d81a8fadc9f57a9cd1bf6f7724304eb2ea7279b8ef45e2/analysis/1508260750/
  144. Download: http://puu.sh/y0qbP/1bf0b37594.zip
  145. Source: http://puu.sh/y0qiM/a77799c20f.zip
  146.  
  147. 10/07/17
  148. Updated to V2.0
  149. 100% rewritten GUI (code now 100000% cleaner)
  150. Drag and drop files into the DLL list
  151. Sort DLLs by name and path
  152. Activate/Deactivate all files by clicking the "Active" tab
  153. Improved Manual Mapping
  154. Added 3 new options:
  155. Shift module (random offset when manual mapping)
  156. Clean data directories (remove unnecessary/suspicious data)
  157. Hide from debugger (thread creation)
  158. ...
  159.  
  160. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/27828qpvxz
  161. Virustotal: https://www.virustotal.com/en/file/bfcebd005f1dc430889cd28eb17b74399e16cbf3da8092ba92f91d4a91f0cb25/analysis/1507333455/
  162. Download: http://puu.sh/xRNyz/bf6490e7c0.zip
  163. Source: http://puu.sh/xRNXG/6259dd991b.zip
  164. Injection.cpp (V2.0): TBA
  165.  
  166. 03/17/17
  167. Updated to V1.8
  168. Fixed session check (process picker)
  169. Cleaned GUI source
  170. Added advanced error checking
  171. Minor tweaks
  172.  
  173. Jotti: https://virusscan.jotti.org/en-GB/filescanjob/g9e00pdy44
  174. Virustotal: https://virustotal.com/en/file/d1c28cb7adfaa691a7189429f714c0376c7d3838125541280d567d3596151c7a/analysis/1489747553/
  175. Download: http://puu.sh/uMSKV/442ce08dce.zip
  176. Source: http://puu.sh/uMSYD/885a82d616.zip
  177. Injection.cpp (commented version of V1.7): https://puu.sh/tPJB2/c05f08d36f.cpp
  178.  
  179. 02/01/17
  180. Updated to V1.7
  181. Improved process picker
  182. Fixed clickable banner
  183. Improved ini settings
  184. Minor bugfixes
  185.  
  186. Jotti: https://virusscan.jotti.org/en-US/filescanjob/ku4iosc4gg
  187. Virustotal: https://virustotal.com/en/file/62514472438ca8efdb80c4a23a9f207cbc46e995052d5619350c1b8f7f374dce/analysis/1485988751/
  188. Download: https://puu.sh/tKbIN/3ce9d7bd80.zip
  189. Source: https://puu.sh/tKbIb/66e7299c9d.zip
  190. Injection.cpp (commented version): https://puu.sh/tPJB2/c05f08d36f.cpp
  191.  
  192. 01/30/17
  193. Updated to V1.6
  194. Added process picker
  195. Fixed a memory leak
  196. Disabled clickable banner due to bugs for now
  197.  
  198. Jotti: https://virusscan.jotti.org/en-US/filescanjob/ne1jmmcm3v
  199. VirusTotal: https://virustotal.com/en/file/ac6fa3cbcf5a26d2fbe5c5fcfda8eb399772b08888a094a521f1279b5b15b75c/analysis/1485809703/
  200. Download: https://puu.sh/tHft2/2eb12a3c6c.zip
  201. Source: https://puu.sh/tHanQ/63692a8d1b.zip
  202.  
  203. 01/28/17
  204. Updated to V1.5
  205. Minor fixes to the GUI
  206. Added UPX compression
  207.  
  208. 10/2/16
  209. Updated to V1.4
  210. Added version check and updater
  211. Added error checks
  212. A lot of bug fixes
  213. Proper thread hijacking for x64
  214.  
  215. 9/11/16
  216. Updated to V1.1
  217. Added GUI
  218. Minor bugfixes
  219. Added proper x86/x64 detection
  220.  
  221. 9/5/16
  222. First Release V1.0
Add Comment
Please, Sign In to add comment