Showing posts with label DLL. Show all posts
Showing posts with label DLL. Show all posts

Sunday, August 2, 2009

How to hack Minesweeper - Dynamic DLL Injection

You can hack Microsoft Minesweeper by Dynamic DLL Injection Technique. Dynamic DLL Injection is nothing but the injection that occurs after the program is executed. This technique is used by trojans & virus. When an attacker attempts to load code in process memory, then he is using Dynamic Injection.
It is working in Windows XP Service Pack 2 .

Tools Required:

Steps to hack Minesweeper:
  1. Start Minesweeper (Start->All Programs->Games->Minesweeper)
  2. Start APM (Advance Process Manipulation)
  3. Select "c:\windows\system32\winmine.exe".
  4. Right click on the module window in the lower half.
  5. Then select "Load DLL" and select the Hack.dll, from where you have saved it in your computer.
  6. If you have done every thing right, you will get this window "Dll Injection, Sucessfull" Click OK there.
  7. After that you will get a window "Success, C:\Hack.dll has been loaded". Click OK .
  8. Now, start playing Minesweeper.
  9. Now you can close Advance Process Manipulation Software otherwise you can continue also.
  10. Wow you have hacked minesweeper sucessfully. You will notice the timer has stopped after 01 seconds. Take as much time you need to complete the game.
  11. After finishing your game . Select Hack.dll from the modules window and unload it. Otherwise close Advance Process Manipulation Software.

Note
*Not responsible for any type of malfunctioning of computer.
*Do at your own risk
(Read more inside ..)

Sunday, July 26, 2009

DLL Injection

Dynamic-link library or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems.
DLL injection provides a manner for attributing the malicious .dll to running processes. Processes are tasks that are being handled by the operating system. DLL are Dynamic Link Libraries, are shared code that may be executed by a running process.There are two kinds of injection: static and dynamic injection. Static injection occurs prior to program execution. Dynamic injection occurs when processes are loaded into memory.
By injecting the DLL we can manipulate the working of the Process (.EXE File).

Prerequisites :

  • Knowledge of Assembly Language.
  • Knowledge of Windows API.
Tools Used :
  • OllyDBG - 32-bit assembler level analysing debugger for Microsoft® Windows®

Download the following files to view the demo of DLL Injection.





http://rapidshare.com/files/260514950/mshearts_MODIFIED.rar


*Not responsible for any type of malfunction
*Not intended for altering of Microsoft Products, just a tutorial

(Read more inside ..)