security

Posted by bobbyn

openfh.py is a python script that can be used as a PyCommand within Immunity Debugger to open a file handle under the debugged process.  Just place it within the PyCommands directory and type "!openfh <path_to_file>" in the command box to run it.

The new file handle will be shown in the message box at the bottom of the window and additional details will be written to the Log window (Alt + L). Registers and CPU status flags should all be preserved.

Continue reading...
Posted by bobbyn

My goal was to have Mail.app (the built in email client in OSX) refrain from downloading remote images referenced in emails and also display emails as plain text. I thought that this should be a pretty easy task, but it doesn't seem to be supported by Apple.

Continue reading...