Search results

  1. Storm Shadow

    Site back up again

    My provider upgraded the php version så the site got a lot off errors the last past days and lokked very wierd, should be okay again .
  2. Storm Shadow

    Announcement!! IDA Home is coming!

    Wonder what they would ship with this version, and the price og it, https://www.hex-rays.com/products/ida-home-is-coming/
  3. Storm Shadow

    Bug 7.2 PyQt5 app bug

    Hello There is a wierd problem with running PyQt5 apps with ida 7.2+7.3 running a PyQt5 plugin via the plugin menu(ida_idaapi.IDAPython_ExecScript) runs the plugin but PyQt5 external window (if the app have a external window) wont show. But in the log window you can see the app is runing. But if...
  4. Storm Shadow

    Hex-Rays Plug-In Contest 2018: Hall of Fame

    Got some niceplugins this year. source https://www.hex-rays.com/contests/2018/index.shtml#idarling First prize (3000 USD): IDArling, by Alexandre Adamski and Joffrey Guilbon Second prize (2000 USD): IDA-Minsc, by Ali Rizvi-Santiago (Cisco/Talos) HexraysDeob, by Rolf Rolles (Möbius Strip...
  5. Storm Shadow

    ea exploitation/reversing aids for IDA pro by 1111joe1111

    IDA EA A set of exploitation/reversing aids for IDA Features Context Viewer New context viewer for IDA, Features include: Recursive pointer derfereneces History browser Color coded memory Instruction rewind feature A similar interface to that of popular GDB plugings (eg. PEDA/GEF)...
  6. Storm Shadow

    Tutorial Python Plugin loader tut for ida pro 7.0

    Many things have changed from older ida pro to 7.0 Alot of functions have been added to 7.0 python sdk, and alot deprecated. In this little tut, i will explain and brakedown, how to make a python plugin loader for ida pro 7.0 , put in the menu at start up, together with a custom icon, and load...
  7. Storm Shadow

    Release IDA PRO 7.0 PyQT5 Total package by Storm Shadow

    Took some time 6 hours, but i build the intire PyQt5 package first Qt5 5.9.1 with QT Namespace then Qscilla 2.10.1 Then SIP 4.19.3 and finally Py Qt5 5.9 There are some trouble with Webkit, but not many uses webkit, however i will update the webki,t when i have some more time. I added...
  8. Storm Shadow

    Python IDA Python Embedded Toolkit by Maddie Stone @JHUAPL

    IDAPython Embedded Toolkit Description IDAPython is a way to script different actions in the IDA Pro disassembler with Python. This repository of scripts automates many different processes necessary when analyzing the firmware running on microcontroller and microprocessor CPUs. The scripts are...
  9. Storm Shadow

    Release IDA PRO 7.0 Released

    IDA: What's new in 7.0 Highlights Welcome to IDA 7.0! The biggest news is the IDA is a native 64-bit application! First of all it means that now it can eat all memory of your computer and thrash it :) But jokes aside, switching to 64-bit aligns IDA with other modern software and makes it more...
  10. Storm Shadow

    Python ida_pro_http_ip_geolocator by Storm Shadow

    weekend project Ida pro PyQt4 and Pyqt5 Geo locator http and IP Lookup What it does look up web addresses and resolve it to a ip and look it via google maps or just lookup a ip address PyQt5 version street view also works. Dependencies ida 6.8 =< PyQt4 and the PyQt4 webkit ida 6.9 + PyQt5 and...
  11. Storm Shadow

    Research x86emu Embedded x86 emulator for Ida Pro by Chris Eagle

    Chris Eagle is the guy who wrote the Ida Pro book. He made a x86emulator plugin. source and download. https://github.com/cseagle/x86emu @sk3wl
  12. Storm Shadow

    ROMs amigadbg by lab313ru AmigaOS debugger plugin for IDA Pro

    amigadbg AmigaOS debugger plugin for IDA Pro to use it with Amitools source https://github.com/lab313ru/amigadbg
  13. Storm Shadow

    Python golang loader assist GO reversing easier in IDA Pro by Tim Strazzere

    The very well know android reverser, and more Tim Strazzere made this small loader. This is the golang_loader_assist.py code to accompany the blog I wrote, Reversing GO binaries like a pro (in IDA Pro). There is also the hello-go directory which contains the simple hello world code I used as...
  14. Storm Shadow

    BIOS ida pro LoadProcConfig by Alex Hide

    Overview LoadProcConfig is an IDA Plugin to load processor configuration files. With just a couple of clicks configuration files can turn this: Into this, adding memory regions, entries and registers/ports: By default IDA is shipped with configuration files for many processors in IDA/cfg...
  15. Storm Shadow

    Research Nintendo Switch IDA Pro Loader by pgarba

    Nintendo Switch NRO Binary loader for IDA Pro 6.95 This is a loader for the NRO Nintendo Switch binaries It's still work in progress but it looks good so far ;) Installation Copy Switch64.l64 to "IDA 6.95\loaders" Changelog v0.1 Initial release v0.2 Fixed base address(String refs. work now)...
  16. Storm Shadow

    Release IDA Pro loaders for various game console ELF's by aerosoul94

    ida_game_elf_loaders A collection of user mode ELF loaders for the following game consoles: PS3 PS Vita Wii U Installation Copy loader plugins to IDA loaders directory. Building Dependencies IDA SDK CMake Generate Projects With CMake A collection of IDA loaders for various game...
  17. Storm Shadow

    Tips x64dbg Debug Child Process Tool by David Reguera Garcia

    DbgChild Debug Child Process Tool copy the release folder to x64dbg release folder. source https://github.com/David-Reguera-Garcia-Dreg/DbgChild
  18. Storm Shadow

    Python ida pro IDBAutoMarkup by nwshenk55

    IDBAutoMarkup This script marks up an IDA Pro IDB with comments that are helpful for malware reverse engineers. source https://github.com/nwshenk55/IDBAutoMarkup
  19. Storm Shadow

    Python IDA Pro findcrypt yara rules by Polymorf

    cool little plugin findcrypt-yara IDA pro plugin to find crypto constants (and more) source https://github.com/polymorf/findcrypt-yara
  20. Storm Shadow

    Reversing GO binaries like a pro by RedNaga Security

    https://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pro/
Top