Search results

  1. computerline

    Fentanyl + WWCD for better IDA View & Patcher

    I't not support x64, but you could try keypatch
  2. computerline

    Bug 7.2 PyQt5 app bug

    The main in Style_Paste_main.py not run, just remove it, the plugin will run :D ............................... QtWidgets.QMessageBox.information(self.vindu, 'Unable to open file', file.errorString()) os.chdir(str(self.path)) import sys #app = QtWidgets.QApplication.instance() #if...
  3. computerline

    ZydisDecode IDA72 (Based on wwcd + x64dbg zydis parser)

    This plugin use Zydis engine to display listing in IDA-View
  4. computerline

    Keypatch for IDA 7x

    Because IDA 7.2 has some problem with Keypatch, so I fix it to support from IDA 7.0->7.2 * Add the Save patch file
  5. computerline

    IDAPython Rebuild - comparible with API 6.95, 7.0, some 7.2

    If anyone has problem with IDAPython or want to test 7.2 IDA Python script, but don't want to modify it much, I rebuild the IDAPython that support some 7.2 API, you could try to download script and sample 7.2 version from IDAPython github and test (or could use the oginal dsync or hrdev plugins...
  6. computerline

    Compile IDA 7.0 plugins from SDK using cygwin make for Windows

    yes, you could share it, very nice if it help for you or someone :)
  7. computerline

    HRDevHelper : Sync Pseudocode with c_tree item graph

    This plugin for the HexRays decompiler creates a graph of a decompiled function using IDA's internal graph viewer. It zooms in on the graph view to 100%, attaches it to the currently active decompiler window and sets the focus on the item that the decompiler view's cursor points to...
  8. computerline

    dsync : IDAPython plugin that synchronizes decompiled and disassembled code views.

    https://github.com/patois/dsync This plugin add features similar to Ghidra, very helpfull for those use 2 monitor, I uploaded fix for IDA7.0
  9. computerline

    Compile IDA 7.0 plugins from SDK using cygwin make for Windows

    While there’re easy to just run make from Linux or MacOS to compile IDA plugin, in Windows, they got much off error, so after I modify sdk to success compile on Windows, I notes here for who need it. Hope it help. First of all, need to install cygwin as is required to use unix make...
  10. computerline

    Fentanyl + WWCD for better IDA View & Patcher

    Update wwcd2 + capstone 4
  11. computerline

    Fentanyl + WWCD for better IDA View & Patcher

    Yes, because the license changed by wwcd so I don't upload source with the binary, the code only craft, so it buggy, help it will be usefull. wwcd2: https://drive.google.com/uc?id=1clTteyumMJAh9cH40y0FQglEuMhG7iyk&export=download zydecode ...
  12. computerline

    Release IDA PRO 7.0 PyQT5 Total package by Storm Shadow

    I don't have MAC , but I think the build step is similar to windows :)
  13. computerline

    Prefix - Function Prefixing for IDA Pro

    Fix for IDA7
  14. computerline

    Release CodeXplorer v1.7 [NSEC Edition] Released!

    HexraysCodeExplorer Reconstructed Type Branch Rebuild (IDA7)
  15. computerline

    Release Zydis View plugin for IDA7

    Base on wwcd, I replace the disasm engine with zydis, so it easy to map with x64dbg. Hope that will be useful :)
  16. computerline

    HELP!! with plugin PIN debugger

    thanks @gavz, I try many time to compile pin for ida7 but didn't work :3, until now I saw your post !
  17. computerline

    Class Informer By Sirmabus

    Thanks you, the result is very awesome :D Binary for IDA 7.0
  18. computerline

    Fentanyl + WWCD for better IDA View & Patcher

    idc.GetIdaDirectory could be replace by idaapi.idadir(None) https://transfer.sh/T7plt/fentanyl_ida7_plugins.7z You could try my minor fixup
  19. computerline

    Release CodeXplorer v1.7 [NSEC Edition] Released!

    Just rebuild :D New #CodeXplorer v2.1 [IDA7 Edition] released! Changelog: multiple bugfixes, added gcc Virtual Tables and RTTI parsing
  20. computerline

    Class Informer By Sirmabus

    Yep, this version is not compatible with windows SDK, I'll try to rebuild. I upload the release build :) You could try. You could active it on the on the context menu.
Top