- Status
- Offline
- Joined
- Mar 3, 2026
- Messages
- 247
- Reaction score
- 7
Been digging through some new projects and came across this. Just dropped a manual x64 loader and driver base that might be useful for those of you working on your own internal or external projects. It is a straight-forward build, nothing fancy, but it gets the job done for basic memory operations.
Technical specs:
Notes for the devs:
This is a clean base, so do not expect any built-in obfuscation or advanced stealth features right out of the gate. You will need to handle your own driver communication and process hiding if you plan on using this for anything beyond testing or local environment research. Given the state of current ACs, if you are looking to push this onto any platform with decent detection vectors, you definitely need to swap out the signature and look into custom mapping.
Has anyone had a chance to test the resolver stability on older Win 10 builds yet? Also curious if anyone else is running into thread synchronization issues when pushing this under high load. Drop your fixes or improvements below if you decide to fork it.
Technical specs:
- Architecture: x64 only.
- Thread Handling: Single Thread implementation.
- OS Compatibility: Primary focus is Windows 11; resolvers should be functional on Windows 10 but have not been fully stress-tested in that environment.
Notes for the devs:
This is a clean base, so do not expect any built-in obfuscation or advanced stealth features right out of the gate. You will need to handle your own driver communication and process hiding if you plan on using this for anything beyond testing or local environment research. Given the state of current ACs, if you are looking to push this onto any platform with decent detection vectors, you definitely need to swap out the signature and look into custom mapping.
You cant view this link please login.
Has anyone had a chance to test the resolver stability on older Win 10 builds yet? Also curious if anyone else is running into thread synchronization issues when pushing this under high load. Drop your fixes or improvements below if you decide to fork it.