https://github.com/darkarp/sandbox-evasion
https://github.com/darkarp/sandbox-evasion
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkarp/sandbox-evasion
- Owner: darkarp
- Created: 2022-06-10T22:46:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T15:55:50.000Z (about 4 years ago)
- Last Synced: 2025-01-23T05:14:13.912Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sandbox detection and evasion
## Table of Contents
* [About the Project](#about-the-project)
* [Learning resources](#learning-resources)
* [CPUID](#cpuid)
* [SYSTEM_INFO](#system_info)
* [Learn More](#learn-more)
---
## About The project
The aim is to explore the basics and more advanced aspects of sandbox detection and evasion. Every livestream we will advance new aspects of the topic and keep adding to this repository.
---
## Learning resources
* ### CPUID
- [Microsoft documentation](https://docs.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex?view=msvc-170)
- [Intel 64 and IA-32 manual Vol. 2A page 3-190](https://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-vol-2a-manual.html)
- ### SYSTEM_INFO
- [Microsoft documentation](https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info)
## Learn More
Check our [Twitch Livestream](https://twitch.tv/infosecguy) for a live educational and entertaining stream.
For access to a community full of aspiring computer security experts, ranging from the complete beginner to the seasoned veteran,
join our Discord Server: [WhiteHat Hacking](https://discord.gg/beczNYP)
If you wish to contact me, you can do so via: `mario@whitehathacking.tech`
---
## Disclaimer
I am not responsible for what you do with the information and code provided. This is intended for professional or educational purposes only.
---
## License
AGPL-3.0