-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add images and Usage description
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.