Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let's add some documentations #1

Open
hsheric0210 opened this issue Mar 2, 2024 · 0 comments
Open

Let's add some documentations #1

hsheric0210 opened this issue Mar 2, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@hsheric0210
Copy link
Owner

hsheric0210 commented Mar 2, 2024

1. Create / Add Project Logo

It is recommended to use simple and intuitive logo. Instead of something abstract or complex one.

2. Add Korean Documentation

I'm a Korean developer. How tf this project even doesn't have any korean docs?
Also, there are very few information available online about Anti-Debugging techniques.

3. Add 'how to install' or 'how to reference this project' doc

  1. Build this project individually, reference the output DLL file.
  2. Build this project together with your project.

4. Add obfuscation tips. (To make your program harder to debug and decompile)

  1. Use multiple obfuscators. Only use obfuscation methods that break dnlib, Cecil at the last stage.

  2. AntiDebug.NET is made in mind of obfuscation layers. No nameof usage, no P/Invokes, the native DLL is extracted, loaded and executed in-memory, and so on.

    • If you found any errors, please report errors in Issues tab.
  3. From open-source obfuscators such as ConfuserEx, Obfuscar, LoGiC.NET, MindLated, and JIEJIE.NET to commercial obfuscators such as Eazfuscator, ArmDot, and so on; Use anything you can use.

5. Add issue template for false positive or side effect submission

6. Emphasize this project is only for Win32.

All anti-debug techniques referenced and implemented in this project is only viable for Windows Operating System.

Some of those techniques even require Windows Vista or later. (PEB Heap stuffs)

@hsheric0210 hsheric0210 added the documentation Improvements or additions to documentation label Mar 2, 2024
@hsheric0210 hsheric0210 self-assigned this Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant