Python Ida Pro Screen Recorder plugin.

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
I made this small plugin to record your debugging session.
Maybe its just me that does that :)



Ida-Pro-screen-recorder
PyQt4/PyQt5 plugin for recording your screen while you use Ida Pro.
using modded version of
https://github.com/rdp/screen-capture-recorder-to-video-windows-free
Record full hd to mp4 using ffmpeg

HowTo
Add ffmpeg in plugins/recorder/bin to system PATH
Register filter with batch file located in plugins/recorder folder.
Code:
Qt-screen-capture.dll
Qt-screen-capture-x64.dll
Remember to un register filter and re register filter if you move filters to another folder some day.

Needed
PyQt4 for 6.8
PyQt5 for 6.9
you should download the The Combined Community Codec Pack, its really minimal and have x64player and mp4 / mkv codecs.
http://www.cccp-project.net/

Test quality

Thx
Roger for making capture filters
ffmpeg

Download Where?
https://github.com/techbliss/Ida_Pro_Screen_Recorder
 
Last edited:

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
anyone tested it yet :) the ida one
i dont have ida 6.9 so i really dont know if the pyqt5 version works.
I coded in blindness :cool:
 
Top