-
Create a new MASTG v2 test covering for":
- **Title:** Testing Anti-Debugging Detection
- **ID:** MASTG-TEST-0089
- **Link:** https://mas.owasp.org/MASTG/tests/android/MASVS-RESILIENCE/MASTG-TEST-00…
-
Need help implementing code obfuscation.
https://pdfs.semanticscholar.org/4248/b2b6f8a6389371ce20ec065853b4ef1c4b04.pdf
https://anti-reversing.com/Downloads/Anti-Reversing/The_Ultimate_Anti-Revers…
-
Reverse it.
[bin](http://files.quals.seccon.jp/bin)
may some AV will alert,but no problem.
-
Hello all,
I'm working on keeping the requests made by Redlib in line with what the official app does, in order to protect against detection. While I was once able to MITM the app, I can no longer …
-
Continue incorporating techniques from Peter Ferrie's http://pferrie.host22.com/papers/antidebug.pdf
-
It'd be cool to make calls to `FindWindow` and look for window names associated with debuggers.
From [1]:
```
OLLYDBG
WinDbgFrameClass
Zeta Debugger
Rock Debugger
ObsidianGUI
```
From [2]…
-
while debugging a file, suddenly, all registers get red and then debugger terminates with this message: "Debugging Stopped".
this issue has happened at different location of the file and the de…
-
#### Short description of the issue.
When stepping on a block before it gets blocked by a world protection plugin, it triggers anti-cheat and causes a back(tag: vdistrel).
#### Complete output o…
-
When I set PreferMultiSampling to true, the game runs but I can clearly see that the triangles are rendered without anti-aliasing. This happens with the NuGet package id="MonoGame.Framework.DesktopGL"…
-
```js
console.log = () => {};
console.table = () => {};
Function.prototype.constructor = () => {};
setInterval = () => {};
for (let i=0;i