Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Simple File Analyser

Newbie Spellweaver
Joined
Jul 25, 2019
Messages
7
Reaction score
9
TissuePaper - [Release] Simple File Analyser - RaGEZONE Forums



NOTE: This is my "PERSONAL" software to speed up some of my work in getting the offset values of the files like getting the correct sizes for those .bss files etc.

UPDATE
- Added Loop Function node
Description
a simple program that reads the binary bytes/bits of the file and output the result....

HOW to use
-
open a file (lower left corner)
- press the "+" sign to add a node
- add name(optional)
- set the value from 1 byte(char) to n-byte
- ID Check box -> tick if you're going to use the value of the target ID as the byte count "good for getting names or some values with no fixed sizes"
- 2X -> multiply the count of the value when ID check is ticked
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Dec 26, 2011
Messages
7
Reaction score
0
Is it possible to use this to extract values from binary packets like sm and cm?
 
Back
Top