Page 1 of 1

My Tool List

Posted: Wed Nov 25, 2015 3:36 pm
by BlubBlab
I thought maybe I should write down what tools I use and for what and what I can suggest based on what I know:

Programming: Reverse Engineering: Memory searching:
  • Cheat Engine
    The standard engine for memory and pointer search. You can also download& use a root-kit for intel machines(vt compatible) to by pass stuff like Hackshield or Gameguard if you want it
    http://www.cheatengine.org/
    .
  • OllyDB
    This creates and dump file of the process which is in memory. Unfortunately the development of the 64-bit version is extremely slow(2 years in development) so it might happen that this project will be stuck how it is forever..
    http://www.ollydbg.de/
    .
Webots&Crawler:
  • WatiN c#
    Originally a test framework for websites. I used it as a crawler a couple of times until today
    http://watin.org/
    .
  • Firefox iMarcos
    Again something I found out watching through some Defcon videos.
    Turns your firefox browser into a macro bot.
    https://addons.mozilla.org/de/firefox/a ... r-firefox/
    .
  • MicroMacro 2 Lua
    I only want to mention it if you want to program a socket bot.
Documentation outside of eclipse: Linux Server from Windows: I might add some administration tools later :ugeek:

Re: My Tool List

Posted: Thu Nov 26, 2015 10:04 am
by Administrator
WinPCap is also great for packet capture/edit/replay. Check it out when you're bored.

Re: My Tool List

Posted: Fri Nov 27, 2015 6:23 pm
by BlubBlab
Administrator wrote:WinPCap is also great for packet capture/edit/replay. Check it out when you're bored.
I know WinPcap but I couldn't get it to work so easily because it is a framework which needs you to know what to do before you have yourself any clue.