2018-01-31 0.9d lame bugfix: if at least one argument wasn't passed on stack, the program crashed even before shellcode was invoked!
2016-05-08 0.9c fixed access violation during post-execution register dump caused by executing printf thunk instead of thunk target;
incorrect CALL instruction was being generated - a side effect of switching from static to DLL version of standard
C library and not using the safer CALL DWORD PTR syntax that works whether or not target uses an import thunk.
2016-01-23 0.9b initial public version - switched to DLL version of standard C library