Mona.py is a python script that can be used to automate and speed up specific searches while developing exploits (typically for the Windows platform). It runs on Immunity Debugger and WinDBG, and ...
Call python from Fortran (not the other way around). Inspired by this blog post. program example use callpy_mod implicit none real(8) :: a(10) a = 1.0 call set_state("a", a) call ...