Files
djhackersdev_bemanitools/src/main
icex2 54b321c7d9 inject: Major refactoring
This addresses one major issue and multiple minor ones:
Major:
Inject's debugger is not attached to the process before
injecting DLL files. This misses out on OutputDebugString
calls by anything logging in the DllMain functions of the hook
dlls.

Minor:
- Fix coloring of log entries
- Add ASCII header to easily determine start
- Fix file logging, log _everything_ to a single log file
- Enhance inject's debugger: log further debug events to incrase
visibility on issues, proper exception handling for inject
- Re-iterated code structure of inject
2020-09-02 19:53:06 +00:00
..
2020-08-02 23:02:13 -07:00
2020-04-05 02:18:24 -07:00
2020-01-10 17:24:47 -05:00
2020-06-29 06:51:25 -07:00
2020-06-29 06:51:25 -07:00
2020-06-29 11:23:01 -07:00
2020-04-05 02:18:24 -07:00
2020-09-02 19:53:06 +00:00