-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme.txt
31 lines (22 loc) · 1.34 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Basic and fancy sniffer dump browser, parser & gatherer.
Open your PacketDump.XXXXXX file to inspect, search, export and analize data.
Right click on table data to interact with the packets.
You can export selected data to SQL, CSV or Arctium formats, to manage it as you wish.
It has some other features and maybe it'll improve soon:
[. You can patch your 5.4.2.x client (any architecture, any build) to use it with Arctium Server] Not done yet
. You can get offsets for CliGet/CliPut handlers
. You can export these offsets to TXT to import from IDA
. All the features for the packets as ever (filtering, searching, exporting, etc.)
. Please, note that offsets are for x86 client and not rebased.
Content:
- SnifferBrowser.exe -> Main program
- SnifferBrowser.DAT -> Text file with opcode names, values and types. Don't change it, unless you know you're doing.
- SnifferBrowser.INI -> Position and flag values from program.
It's coded using Embarcadero Studio C++, so probably you'll need some dlls (not included here).
If so, get them from here: http://fbe.am/jue
or here: http://www.4shared.com/zip/Ac3pw7Ab/SnifferBrowser_dlls.html
Updates:
- Updated to support 5.4.2.17658 live build data
. Parser/Gatherer module disabled atm (I'm updating the structs :P)
. Same for details on packets: Only RAW data is shown
- Added some opcodes to SnifferParser.DAT