Recent content by CryptX0r

  1. C

    Replacing an embede lua with my own ?

    What you should look at doing is see if you can hook the functions externally and then write a passthrough to your own interpreter. Basically what you want to do is try to inject your own function which will pass through to your LUA interpreter (or python/whatever). For austerity sake the...
  2. C

    NEW (UNICORN) Ida Pro idaemu by 36hours and others

    It is a little immature still, but I believe it has a hell of a lot of potential if development remains active.
  3. C

    sk3wldbg - Debugger plugin for IDA Pro backed by the Unicorn Engine

    I must say, this is probably one of the few IDA Plugins I will use xD Pretty damn useful heh
  4. C

    Tips Cheat Sheets: PE, COM, ELF, NET, DALVIK. And many many more!

    Busy working on a couple of things which i'll post later hehe
  5. C

    Suggestion Mass IP port scanner Scans intire internet in 6 minuts.

    Used this to create an addon for my pentesting platform and I found it a bit tricky to work with but once you have worked it out it is a bit of a let down :( All the hype about it being faster I was never able to proove - but it did boast more "features" and is more extensible than other similar...
  6. C

    Medusa disassembler

    Medusa ====== Medusa is a disassembler designed to be both modular and interactive. It runs on Windows and Linux, it should be the same on OSX. This project is organized as a library. To disassemble a file you have to use medusa_text or qMedusa. An experimental emulator is also available...
  7. C

    Scalpel - File Carving Platform

    ******************************************************************** As of 6/27/2013 Scalpel has been released under the Apache 2.0 License and the source is available at The Sleuth Kit github repository. Bug reports, comments, complaints, and feature requests should be directed to...
  8. C

    Udis86 Disassembler

    Udis86 ====== Udis86 is a disassembler for the x86 and x86-64 class of instruction set architectures. It consists of a C library called libudis86 which provides a clean and simple interface to decode a stream of raw binary data, and to inspect the disassembled instructions in a structured...
  9. C

    diStorm3 Disassembler Library For x86/AMD64

    Welcome to the diStorm3 binary stream disassembler library project. diStorm3 is really a decomposer, which means it takes an instruction and returns a binary structure which describes it rather than static text, which is great for advanced binary code analysis. diStorm3 is super lightweight...
  10. C

    Catfish (ROP Tool)

    Oh no no, that is why I included the site link :)
  11. C

    Catfish (ROP Tool)

    Catfish is a tool used ease the process of finding ROP gadgets and creating payloads with them. It is still under development. Usage: Right now, Catfish is somewhat limited. Here is a simple demo of the interactive version that will call MessageBoxA using code from SwDir.dll. > load...
  12. C

    NIDebugger .NET Debugger Source Code

    Can I suggest adding a different section for libraries/source codes/etc? Or just renaming this section from Ida Pro to something like General Reverse Engineering?
  13. C

    NIDebugger .NET Debugger Source Code

    Very simplistic .NET debugger which is very simple to use but pretty powerful. Take a look and be the judge yourself. Credits to TJ :)
Top