Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop Hook api

TestDebug

  • Category : Hook api
  • Tags :
  • Update : 2008-10-13
  • Size : 34.69kb
  • Downloaded :0次
  • Author :李***
  • About : 李泉
  • PS : If download it fails, try it again. Download again for free!
Download 1 (34.69kb)
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
Keep track of the monitoring programme overview Author: peng chunhua When we track and analyze an API function for a target program, according to the tracking target, there are basically several ways to track the API functions: Write Log analysis If you have the source code for the target program, you can record the parameters and run results of the API at the entry point and exit points of the key API functions. This method is often seen in the debug program. The downside of this approach is that you must have the source code, and you must recompile the source code every time you modify the Log. Since the programme is different from the target we are talking about, there is no discussion here. Inject the monitoring code into the target program The principle of this scheme is to inject the monitoring code into the target program's process space when the target program is running. Monitoring code through the prophase preparation, modify the program to run the code, the target makes the target program calls the specified API functions and operating instructions will jump to the monitoring code, so that the operation of the monitoring code can record the API function parameters, then the monitoring code at run to API function code. After the API function code is used, return to the monitoring code, run the results in the future, and then return to the target program. The working principle is shown here: On the 32-bit Windows platform, the process Spaces are independent. To run the monitoring code in the target program, you must inject the monitoring code into the target process. One common approach is to compile the monitoring code into a DLL and inject the DLL into the target process. There are many articles about injecting DLL into the target process,
Packet file list
(Preview for download)
Packet : 89346518testdebug.zip filelist
DebugThread.cpp
DebugThread.h
Release/
Release/TestDebug.exe
res/
resource.h
res/TestDebug.ico
res/TestDebug.rc2
StdAfx.cpp
StdAfx.h
TestDebug.cpp
TestDebug.dsp
TestDebug.dsw
TestDebug.h
TestDebug.rc
TestDebug.rc.bak
TestDebugDlg.cpp
TestDebugDlg.h
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.