ArchiSteamFarm/tools/NetHook2
JustArchi 95df9057c2 Update NetHook2 tool
Especially because 189d066cd5
2016-06-09 18:50:26 +02:00
..
hook.bat Put NetHook2 in it's own directory + add small readme 2016-03-25 12:42:34 +01:00
NetHook2.dll Update NetHook2 tool 2016-06-09 18:50:26 +02:00
NetHookAnalyzer2.exe Update NetHook2 tool 2016-06-09 18:50:26 +02:00
protobuf-net.dll Update NetHook2 tool 2016-06-09 18:50:26 +02:00
README.md Put NetHook2 in it's own directory + add small readme 2016-03-25 12:42:34 +01:00
SteamKit2.dll Update NetHook2 tool 2016-06-09 18:50:26 +02:00
unhook.bat Put NetHook2 in it's own directory + add small readme 2016-03-25 12:42:34 +01:00

NetHook2

This tool is used for reverse-engineering of Steam client. It's capable of hooking and recording network traffic sent/received by the client. If you're not trying to implement missing SK2 functionality in ASF, then please do not proceed.

  1. Launch Steam client
  2. Execute hook.bat
  3. Reproduce the functionality you're trying to add
  4. Execute unhook.bat
  5. Use NetHookAnalyzer2.exe for analyzing recorded log (which can be found in your Steam directory)
  • Source of the NetHook2.dll can be found here
  • Source of the NetHookAnalyzer2.exe can be found here

===================

There is absolutely no guarantee that this will even work for you, not to mention the consequences from hooking the external DLL into steam client. You're on your own.