ReClass.NET
game games 

所属分类:游戏
开发工具:Visual Basic
文件大小:9424KB
下载次数:0
上传日期:2020-09-06 03:32:06
上 传 者Mokkaa
说明:  Reclass For Games Emulators

文件列表:
obj (0, 2020-03-26)
obj\Debug (0, 2020-03-26)
obj\Debug\any (0, 2020-03-26)
obj\Debug\any\ReClass.NET_Launcher (0, 2020-04-12)
obj\Debug\any\ReClass.NET_Launcher\ReClass.NET_Launcher.csproj.CoreCompileInputs.cache (42, 2020-04-12)
obj\Debug\any\ReClass.NET_Launcher\ReClass.NET_Launcher.csproj.FileListAbsolute.txt (685, 2020-04-12)
obj\Debug\any\ReClass.NET_Launcher\ReClass.NET_Launcher.csprojAssemblyReference.cache (1905, 2020-03-27)
obj\Debug\any\ReClass.NET_Launcher\ReClass.NET_Launcher.exe (246784, 2020-04-12)
obj\Debug\any\ReClass.NET_Launcher\ReClass.NET_Launcher.pdb (60928, 2020-04-12)
obj\Debug\any\ReClass.NET_Launcher\TempPE (0, 2020-03-26)
obj\Debug\x64 (0, 2020-03-26)
obj\Debug\x64\NativeCore (0, 2020-04-13)
obj\Debug\x64\NativeCore\CloseRemoteProcess.obj (71125, 2020-04-12)
obj\Debug\x64\NativeCore\ControlRemoteProcess.obj (73224, 2020-04-12)
obj\Debug\x64\NativeCore\Debugger.obj (83439, 2020-04-12)
obj\Debug\x64\NativeCore\decoder.obj (18770, 2020-04-12)
obj\Debug\x64\NativeCore\DisassembleCode.obj (57705, 2020-04-12)
obj\Debug\x64\NativeCore\distorm.obj (23617, 2020-04-12)
obj\Debug\x64\NativeCore\DistormHelper.obj (378554, 2020-04-12)
obj\Debug\x64\NativeCore\EnumerateProcesses.obj (407437, 2020-04-12)
obj\Debug\x64\NativeCore\EnumerateRemoteSectionsAndModules.obj (638603, 2020-04-12)
obj\Debug\x64\NativeCore\Input.obj (214245, 2020-04-12)
obj\Debug\x64\NativeCore\instructions.obj (17145, 2020-04-12)
obj\Debug\x64\NativeCore\insts.obj (27948, 2020-04-12)
obj\Debug\x64\NativeCore\IsProcessValid.obj (71199, 2020-04-12)
obj\Debug\x64\NativeCore\mnemonics.obj (12881, 2020-04-12)
obj\Debug\x64\NativeCore\NativeCore.log (18872, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog (0, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\CL.command.1.tlog (28218, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\CL.read.1.tlog (486700, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\CL.write.1.tlog (14512, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\link.command.1.tlog (8222, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\link.delete.1.tlog (4038, 2020-04-12)
obj\Debug\x64\NativeCore\NativeCore.tlog\link.read.1.tlog (10802, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\link.write.1.tlog (3844, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\NativeCore.lastbuildstate (168, 2020-04-13)
obj\Debug\x64\NativeCore\NativeCore.tlog\NativeCore.write.1u.tlog (15626, 2020-04-13)
obj\Debug\x64\NativeCore\OpenRemoteProcess.obj (71431, 2020-04-12)
obj\Debug\x64\NativeCore\operands.obj (43219, 2020-04-12)
obj\Debug\x64\NativeCore\prefix.obj (16203, 2020-04-12)
... ...

# ReClass.NET This is a port of ReClass to the .NET platform with lots of additional features. ![](https://abload.de/img/main4hsbj.jpg) ## Features - Support for x86 / x*** - File import from ReClass 2007-2016 and ReClass QT - Memory Nodes - Arrays and Pointers to every other node types - Hex 8 / 16 / 32 / *** - Int 8 / 16 / 32 / *** - UInt 8 / 16 / 32 / *** - Bool - Bits ![](https://abload.de/img/bitsnhlql.jpg) - Enumerations - Float / Double - Vector 2 / 3 / 4 - Matrix 3x3 / 3x4 / 4x4 - UTF8 / UTF16 / UTF32 Text and pointer to text - Virtual Tables - Function - Function Pointer - Unions - Automatic Node Dissection - Highlight changed memory - Pointer Preview - Copy / Paste Support across ReClass.NET instances - Display types from Debug Symbols (*.pdb) - Display Runtime Type Informations (RTTI) - Control the remote process: start / stop / kill - Process Selection Dialog with filtering - Memory Viewer - Memory Scanner - Import files from Cheat Engine and CrySearch - Scan for values correlated to your input - Class address calculator - Code Generator (C++ / C#) - Module / Section Dumper - Linux Support (tested on Ubuntu 18.04) - Debugger with "Find out what writes/accesses this address" support - Plugin Support - Plugins can be written in different languages (example: C++, C++/CLI, C#) - Plugins can provide custom methods to access an other process (example: use a driver) - Plugins can interact with the ReClass.NET windows - Plugins can provide node infos which will be displayed (example: class informations for Frostbite games) - Plugins can implement custom nodes with load/save and code generation support ## Plugins - [Sample Plugins](https://github.com/ReClassNET/ReClass.NET-SamplePlugin) - [Frostbite Plugin](https://github.com/ReClassNET/ReClass.NET-FrostbitePlugin) - [MemoryPipe Plugin](https://github.com/ReClassNET/ReClass.NET-MemoryPipePlugin) - [LoadBinary Plugin](https://github.com/ReClassNET/ReClass.NET-LoadBinaryPlugin) - [Handle Abuser Plugin](https://github.com/ReClassNET/ReClass.NET-HandleAbuser) - [Unreal Plugin](https://github.com/DrP3pp3r/ReClass.NET-UnrealPlugin) (by [DrP3pp3r](https://github.com/DrP3pp3r)) - [DriverReader](https://github.com/niemand-sec/ReClass.NET-DriverReader) (by [Niemand](https://github.com/niemand-sec)) To install a plugin just copy it in the "Plugins" folder. If you want to develop your own plugin just learn from the code of the [Sample Plugins](https://github.com/ReClassNET/ReClass.NET-SamplePlugin) and [Frostbite Plugin](https://github.com/ReClassNET/ReClass.NET-FrostbitePlugin) repositories. If you have developed a nice plugin, leave me a message and I will add it to the list above. ## Installation Just download the [latest version](https://github.com/ReClassNET/ReClass.NET/releases) and start the x86 / x*** version or let the launcher decide. ## Tips - Lots of elements have a context menu. Just right-click it and see what you can do there. - The node window can be controlled with the keyboard too. Arrow keys can select other keys, combined with the shift key the nodes get selected. The menu key opens the context menu which itself can be controlled with the keyboard. - The memory address field of a class can contain a real formula not just a fixed address. **\ + 0x123** will use the base address of Program.exe and add 0x123 to it. **[0x4012ABDE]** will read the integer (4 byte on x86 / 8 byte on x***) from the address 0x4012ABDE and use this value as class address. **[\ + 0xDE] - AB** will use the base address of Program.exe, add 0xDE to it, read the value from this address and finally sub 0xAB from it. **[\ + offset + [\ + offset2]]** Nested operations are supported too. Valid operations are read ([..]), add (+), sub (-), mul (*) and div (/). Please note that all operations are integer calculations. ## Compiling If you want to compile ReClass.NET just fork the repository and open the ReClass.NET.sln file with Visual Studio 2017. Compile the project and copy the dependencies to the output folder. ## Videos [Youtube Playlist](https://www.youtube.com/playlist?list=PLO246BmtoITanq3ygMCL8_w0eov4D8hjk) ## Screenshots Process Selection ![](https://abload.de/img/processgya2k.jpg) Memory Viewer ![](https://abload.de/img/memoryviewerb4y1s.jpg) Memory Scanner ![](https://abload.de/img/scannerytub1.jpg) Pointer Preview ![](http://abload.de/img/memorypreview2gsfp.jpg) Code Generator ![](https://abload.de/img/codegeneratorqdat2.jpg) ![](https://abload.de/img/codegenerator24qzce.jpg) Plugins ![](https://abload.de/img/plugin1mda4r.jpg) ![](https://abload.de/img/plugin25dxk1.jpg) Settings ![](https://abload.de/img/settings8sz4b.jpg) ## Authors / Special Thanks - [KN4CK3R](https://github.com/KN4CK3R) - DrUnKeN ChEeTaH - P47R!CK - DogMatt - [ajkhoury](https://github.com/ajkhoury) - [IChooseYou](https://github.com/IChooseYou) - [stevemk14ebr](https://github.com/stevemk14ebr) - [Timboy67678](https://github.com/Timboy67678) - [DarthTon](https://github.com/DarthTon) - [ReUnioN](https://github.com/ReUnioN) - leveln - [buddyfavors](https://github.com/buddyfavors) - [DrP3pp3r](https://github.com/DrP3pp3r) - [ko1N](https://github.com/ko1N)

近期下载者

相关文件


收藏者