Some months ago I’ve written a brief post about code injection on Windows using python. Some readers asked me if the code proposed in the post (which calls standard windows API) is portable on other …
Continue reading
So Long, and Thanks for All the Fish
Just some random thoughts about the Meaning of Life, The Universe, and Everything
Some months ago I’ve written a brief post about code injection on Windows using python. Some readers asked me if the code proposed in the post (which calls standard windows API) is portable on other …
Continue readingDLL (Dynamic-link library) are the Microsoft’s implementation of the shared library concept and provide a mechanism for shared code and data, allowing a developer of shared code/data to upgrade functionality without requiring applications to be …
Continue reading