In v1.74 of Immunity Debugger, immlib function names were standardized to camelCase which broke the previous versions of the openfh
and tlsloader
PyCommands. I’ve updated them to work on the current debugger version (v1.85 at this time).
The openfh
PyCommand functions the same; however, tlsloader
now also works on Windows 7 (previously only tested on XP). When running on Windows 7, it’s not necessary to modify the initial breakpoint setting.
Both PyCommands are hosted on GitHub.