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

Form app problem #5

Open
imjustprism opened this issue Jul 31, 2022 · 1 comment
Open

Form app problem #5

imjustprism opened this issue Jul 31, 2022 · 1 comment

Comments

@imjustprism
Copy link

imjustprism commented Jul 31, 2022

My form not load if AntiDebug.DebugProtect3.HideOSThreads(); or AntiDump.DumpProtect1.AntiDump(); in the program.cs, i mean the program running in the background, but the form not visible and the proection not work like i can dump with megadumper

@Mecanik
Copy link
Owner

Mecanik commented Sep 12, 2022

Really sorry for the late reply, did not see the notification.

  1. The reason why your form does not show is because you are probably calling the function in the wrong place and it hides your mai UI thread.

  2. Anti-Dump function erases headers at runtime and might not be compatible with all builds. Without seeing your code it's impossible to guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants