My Devbin
In this page I will add snippets of reusable code or simple scripts that I have developed. All the code currently available trough this archives, is considered to be under the Gnu Public License 2.0. For more information read the website Disclaimer.
60 KBytes • MD5 f8287f1898658da62d7c8931a2480348
This application allows a user to create a process and inject a dynamic link library into that process memory space under Windows environment. It uses the LoadLibrary/CreateRemoteThread technique for loading the library. The advantage of making a "create with" kind of injector, is the fact that there isn't the need for Administrator privileges to inject the library. The obvious disadvantage is the fact that this application wont allow injecting into already existing processes. Developed using Eclipse and MinGW.
1.5 KBytes • MD5 0caeebfc8052796d48299551000069a6
C++ singleton pattern implementation. Not thread safe but still useful.
1 KBytes • MD5 e23eb917580d61737d2c744d94e5428b
C++ wrapper classes for critical sections under Windows.
1.81 KBytes • MD5 8882d9be37654132d713af4d5c002fed
Small script that verifies if a proxy is anonymous or not. Developed in Python.