Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
/ winrar Public archive

A simple made in Rust crack, automatic for Winrar, activated from shared virtual memory, for studies.

License

Notifications You must be signed in to change notification settings

keowu/winrar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Winrar Crack in Rust

What does it do ?

A simple project that allows you to modify the license check used by WinRaR, "RegKey" from virtual memory using the Rust language, made to play with reverse engineering using the Rustacean power.

How it works ?

From the memory of the process itself and the "binding" of WinApi an injected DLL modifies one instruction by another ignoring the check made by WinRaR (For that execution), this is not a Crack as the memory is free, no modified binary is shared .

Screenshots

Before modification:

After modified:

How to use ?

It's simple, load the compiled lib into process memory and be happy.

How to build ?

Crustaceans, joking aside, follow the steps:

  • cargo build --lib --release
  • Get compiled lib from target folder

Information

This project is for Reverse Engineering studies, I hope it will help you, and if you can afford it, buy an original license for any type of software.

About

A simple made in Rust crack, automatic for Winrar, activated from shared virtual memory, for studies.

Topics

Resources

License

Stars

Watchers

Forks

Languages