Want to Join Us ?

you'll be able to discuss, share and send private messages.

Python Ida Pro Screen Recorder plugin.

Discussion in 'Plugins' started by storm shadow, Jul 26, 2016.

Share This Page

  1. storm shadow

    Techbliss Owner Admin Ida Pro Expert Developer

    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 (Text):
    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: Aug 23, 2016
    m4n0w4r, computerline and Rip Cord like this.
  2. GelosSnake

    Member

    IDA capture or x64dbg capture?
     
  3. storm shadow

    Techbliss Owner Admin Ida Pro Expert Developer

    i made a version for both.
    This is for Ida the video is for x64dbg
     
    Rip Cord likes this.
  4. GelosSnake

    Member

    Can I get the x64dbg plugin?
     
  5. storm shadow

    Techbliss Owner Admin Ida Pro Expert Developer

  6. GelosSnake

    Member

    Amazing!
     
  7. storm shadow

    Techbliss Owner Admin Ida Pro Expert Developer

  8. storm shadow

    Techbliss Owner Admin Ida Pro Expert Developer

    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