Search:

Type: Posts; User: xKarma

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    729

    [Help Request] Trouble hooking minesweeper

    Ello.

    I'm trying to hook MineSweeper's ClickBox(x, y) function on XP. I know my function pointer and declaration is correct(calling it with typedef worked like a charm).

    I have functions...
  2. Replies
    11
    Views
    28,018

    [C/C++ Tutorial] DLL Injection - Getting started

    What is DLL injection?

    DLL injection is a powerful technique where we inject a DLL inside another process in order to execute our own code from within that process.

    For example, if we injected...
  3. Replies
    3
    Views
    4,833

    [Tutorial] Ah. Forgot to mention the tutorial is essentially...

    Ah. Forgot to mention the tutorial is essentially for 32-bit systems.

    Try running HackMe in XP compability mode. You will still(probably) have to find the memory address yourself though.

    I...
  4. Replies
    3
    Views
    4,833

    [Tutorial] VB.Net Memory Hack

    I keep seeing posts like "You can't do hacks in VB.Net noob, learn c++". While it's true that having your code rely on CLR sets some boundaries(for instance you can't inject managed code into...
Results 1 to 4 of 4