mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Split NH2 from NHA2
This commit is contained in:
BIN
tools/NetHook2/NetHook2.dll
Normal file
BIN
tools/NetHook2/NetHook2.dll
Normal file
Binary file not shown.
@@ -1,17 +1,21 @@
|
||||
NetHook2
|
||||
===================
|
||||
# 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.
|
||||
|
||||
---
|
||||
|
||||
## Usage
|
||||
|
||||
1. Launch Steam client
|
||||
2. Execute `hook.cmd`
|
||||
3. Reproduce the functionality you're trying to add
|
||||
4. Execute `unhook.cmd`
|
||||
5. Use `NetHookAnalyzer2.exe` for analyzing recorded log (which can be found in your Steam directory)
|
||||
5. You can use `NetHookAnalyzer2` for analyzing recorded log (which can be found in your Steam directory)
|
||||
|
||||
- Source of the `NetHook2.dll` can be found **[here](https://github.com/SteamRE/SteamKit/tree/master/Resources/NetHook2)**
|
||||
- Source of the `NetHookAnalyzer2.exe` can be found **[here](https://github.com/SteamRE/SteamKit/tree/master/Resources/NetHookAnalyzer2)**
|
||||
---
|
||||
|
||||
===================
|
||||
## Disclaimer
|
||||
|
||||
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.
|
||||
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 entirely 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, as I do not offer any support regarding this.
|
||||
|
||||
Source of files included in this directory can be found **[here](https://github.com/SteamRE/SteamKit/tree/master/Resources/NetHook2)**. The binary itself comes directly from SteamKit2's **[CI](https://ci.appveyor.com/project/SteamRE/SteamKit)**.
|
||||
|
||||
15
tools/NetHookAnalyzer2/LICENSE.md
Normal file
15
tools/NetHookAnalyzer2/LICENSE.md
Normal file
@@ -0,0 +1,15 @@
|
||||
Copyright (C) 2018 Ryan Stecker & SteamRE Team
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
9
tools/NetHookAnalyzer2/README.md
Normal file
9
tools/NetHookAnalyzer2/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# NetHookAnalyzer2
|
||||
|
||||
This tool can be used for analyzing Steam network log, recorded either by NetHook2 hooked into official Steam Client, or ASF in `Debug` mode.
|
||||
|
||||
---
|
||||
|
||||
## Disclaimer
|
||||
|
||||
Source of files included in this directory can be found **[here](https://github.com/SteamRE/SteamKit/tree/master/Resources/NetHookAnalyzer2)**. The binary itself comes directly from SteamKit2's **[CI](https://ci.appveyor.com/project/SteamRE/SteamKit)**.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user