Main project: https://github.com/seekehr/DevSpoofGO
Test project: https://github.com/seekehr/DevSpoofGOTest
Project on my portfolio: https://seekehr.github.io
A project that injects your desired application with the spoofed credentials, made using C++ (dll) and GoLang (injector).
What exactly is spoofed? Detailed at: https://github.com/seekehr/DevSpoofGO/blob/main/dll/dll_docs.md
WIP? Not exactly. I've been working on this project for a while (I started it honestly to get more familiar with systems programming with Go) and I've gotten really tired of it honestly. It was a lot of effort to just get the C++ parts to work (I'm not too familiar with the native windows API in general, let alone with WMI and it is truly painful to work with on a lower level). So yeah, for now it'll serve as just a portfolio project until I get more motivation, or perhaps if people want a spoofer made for certain programs?
Project is made to be easily extensible (definitely some trashy code inside though, check the todo section for reference) so feel free to extend it/PR. I had some specific functions like GetSystemInfo in mind too but yeah, got bored
Test project: https://github.com/seekehr/DevSpoofGOTest
Project on my portfolio: https://seekehr.github.io
A project that injects your desired application with the spoofed credentials, made using C++ (dll) and GoLang (injector).
What exactly is spoofed? Detailed at: https://github.com/seekehr/DevSpoofGO/blob/main/dll/dll_docs.md
WIP? Not exactly. I've been working on this project for a while (I started it honestly to get more familiar with systems programming with Go) and I've gotten really tired of it honestly. It was a lot of effort to just get the C++ parts to work (I'm not too familiar with the native windows API in general, let alone with WMI and it is truly painful to work with on a lower level). So yeah, for now it'll serve as just a portfolio project until I get more motivation, or perhaps if people want a spoofer made for certain programs?
Project is made to be easily extensible (definitely some trashy code inside though, check the todo section for reference) so feel free to extend it/PR. I had some specific functions like GetSystemInfo in mind too but yeah, got bored