Skip to content

Commit

Permalink
remove antidebug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hirusha-adi committed Mar 5, 2023
1 parent e9c9ddb commit cbeb55a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ The data recovery process is secure, as the application does not store or share
- Better User Experience
- Can control everything through command line arguments
- Faster and Smaller Executable size once compiled compared to the Python (Anti Debug) Version

- ## Python (Anti Debug): [click here](https://github.com/hirusha-adi/Data-Recovery/tree/python-antidebug)

- Better User Experience
- Can control everything through command line arguments
- Slower and Larger Executable size once compiled compared to the normal Python Version
Expand All @@ -23,9 +24,3 @@ The data recovery process is secure, as the application does not store or share

- Very Small Executable
- Comparatively faster than both Python Versions

- ## C++ (Anti Debug): [click here](https://github.com/hirusha-adi/Data-Recovery/tree/c++-antidebug)

- Very Small Executable
- Comparatively faster than both Python Versions
- Slightly slower and larger executable than the normal C++ Version.

0 comments on commit cbeb55a

Please sign in to comment.