From Python to .Net, (Thu, Apr 29th)

Read the original article: From Python to .Net, (Thu, Apr 29th)


The Microsoft operating system provides the .Net framework[1] to developers. It allows to fully interact with the OS and write powerful applications… but also malicious ones. In a previous diary[2], I talked about a malicious Python script that interacted with the OS using the ctypes[3] library. Yesterday I found another Python script that interacts with the .Net framework to perform the low-level actions.


Read the original article: From Python to .Net, (Thu, Apr 29th)