mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
.. | ||
hook.cmd | ||
NetHook2.dll | ||
NetHookAnalyzer2.exe | ||
protobuf-net.dll | ||
README.md | ||
SteamKit2.dll | ||
unhook.cmd |
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.
- Launch Steam client
- Execute
hook.cmd
- Reproduce the functionality you're trying to add
- Execute
unhook.cmd
- Use
NetHookAnalyzer2.exe
for analyzing recorded log (which can be found in your Steam directory)
===================
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. This build is for me so I don't need to compile it from scratch every time - I strongly recommend against using it. You have SK2 sources for a reason.