Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.1 KB

RobloxDumper x86

Roblox offsets dumper

This project includes a simple DLL injector, memory libraries, dumps formatter and usefull informations to study Roblox's internals.

Example dump

04-27-2023.json

Motivation

Our aim is to help developers understand how to automate dumping processes and gain insights into the techniques employed by the old Roblox client to protect its codebase.

Building

This project is built using Visual Studio. You can download it here.

To make development easier the dumping process can be started directly from the IDE trough the use of the custom injector. The project is configured to automatically attach a debugger to the Roblox process waiting for the DLL to be loaded.

License

This project is licensed under the MIT License, allowing for open use and distribution while maintaining the original copyright notice.