-
Notifications
You must be signed in to change notification settings - Fork 316
lazy_importer/shadow_syscall/inline_syscall in plain C? #337
Description
Sorry for going off-topic, but I don’t trust third-party Discussions boards like #333. They tend to appear and disappear suddenly, just like the one mentioned in #305 (the maintainer left GitHub and their repositories vanished). So I’ll post it here instead. Ideally, it would be best to have a Discussions board enabled directly on this repository, as I proposed in #305.
Here are the projects I mentioned in the title of this thread:
https://github.com/JustasMasiulis/lazy_importer
https://github.com/annihilatorq/shadow_syscall
https://github.com/JustasMasiulis/inline_syscall
Of course, I don’t do any hacking like the developers of these projects. But I think the idea is cool (at least to me). I don’t want to include a large windows.h. Instead, I can load the shared library and call functions directly without a function pointer prototype or strict type correctness. I’ve seen something similar in some Go code I came across, though I can’t remember exactly where. This is very cool.