ReClass | #1 | |
Join Date: Aug 2007 Posts: 8643 User-Rating: 199 positive
33 negative
|
Please watch the Tutorial Video!! \Tutorial\Tutorial.html ReClass aka StructBuild 2 If you find bugs, report them!! ******************** * How to Multi-Select ******************** Click first item, then hold shift while clicking second ******************** * How to enter addresses ******************** Address are added from left to right, and you can use the & to get the address of a exe/dll base, and use * to dereference to a pointer. Some examples -Use a simple hex offset 0400000 -Offset into a module &dllname+0500 -offset into a module as a pointer &dllname+*0500 -offset into a module as a pointer, then offset &dllname+*0500+25 -offset into a module as a pointer, then offset to a pointer &dllname+*0500+*25 etc... ******************** * How to use New skins (.msstyles) ******************** Just copy them to the \config folder and select it in the settings. ******************** * How to reset all settings to default ******************** open regedit, and delete the following key HKCU\Software\TOOLSeClass ******************** * Changing Topmost ******************** Restart ReClass for this setting to take effect ******************** * Array Offsets ******************** Some games (cod4) use static arrays of structs/classes Use this handy feature to offset the memory address by the class size For example COD 4 clientinfo_t is an array where each client is 0x4CC. make sure your class is this size and you can just view any client by entering the number In simple terms, this just adds the class size * Index to the memory address you entered above. ******************** * How to Crash ReClass ******************** 1. Create a circle reference like creating a pointer in a class to the same class..recursion 2. Do something I haven't tested --------------------------------- Version History: 23-12-07 Public Release 15-12-07 Final 1.0.1 *Added: Size to class *Added: Array offsets *Fixed: Text type Not loaded right 12-12-07 Final 1.0 *Changed: Font in notepad to smaller fixed width *Changed: Conversion display *Added: Settings Pane *Added: can set any color and skin *Added: settings, and custom toolbars saved *Fixed: missing pane icons *Added: New Skins in confing folder 11-12-07 Beta *Added: Automatic removal of unused classes *Removed: Pointer "instance" in view *fixed: crash if you try to add to struct *Added: clean and unhide before code gen needed *Added: Conversion Window *Added: Footer for headers *Added: Zero and Random Memory modify *Changed: Menu Items *fixed: removed spaces in addresses (only between +'s) *Added: Load/Save in Header/Footer/Code 10-12-07 Beta released to testers Download ReClass __________________ Hallo |
|
KN4CK3R is offline |