Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Add images and Usage description
  • Loading branch information
cod3nym committed Jun 15, 2024
1 parent 6ba67c6 commit c2f0243
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Deobfuscar
Automatically decrypt strings from Obfuscar protected binaries
A simple commandline application to automatically decrypt strings from Obfuscator protected binaries.

## Usage

`Deobfuscar.exe <input-file>`

## Showcase

**Before:** Binary with encrypted strings

![obfuscated code](images/before.png)

**After:**

![deobfuscated code](images/after.png)
Binary file added images/after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c2f0243

Please sign in to comment.