HOME
  Security
   Software
    Hardware
  
FPGA
  CPU
   Android
    Raspberry Pi
  
nLite
  Xcode
   etc.
    ALL
  
LINK
BACK
 

2008/11/10

Windows MFC Programming Tips Windows MFC Programming Tips

(ネットで見つけたプログラミングの便利技)

Tags: [Windows開発]




●便利技のメモ

Develop/Debugging
http://mcn.oops.jp/wiki/index.php?Develop%2FDebugging

差をつけるデバッグ術! ~ 知られざるログ出力
http://keicode.com/windows/win15.php

DebugView for Windows v4.76
http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

DebugViewの Windows 98版
http://www.google.com/search?hl=ja&q=dbgv98.zip

MSDN-OutputDebugString 関数
http://msdn.microsoft.com/ja-jp/library/cc428973.aspx


--------------------
Windows API を使いこなす
http://keicode.com/windows/index.php

How to Modify Executable Code in Memory
http://support.microsoft.com/kb/127904/en-us
1. VirtualProtect() with the PAGE_WRITECOPY protection.
2. Modify the code pages.
3. VirtualProtect() with the PAGE_EXECUTE protection.
4. FlushInstructionCache().

FlushInstructionCache 関数
http://msdn.microsoft.com/ja-jp/library/cc428948.aspx
VirtualProtect 関数
http://msdn.microsoft.com/ja-jp/library/cc430214.aspx

http://www.codeproject.com/KB/DLL/funapihook.aspx

Visual C++の小技
http://hp.vector.co.jp/authors/VA000092/win32/vc-tech.html




Tags: [Windows開発]



[HOME] | [BACK]
リンクフリー(連絡不要、ただしトップページ以外は Web構成の変更で移動する場合があります)
Copyright (c) 2008 FREE WING,Y.Sakamoto
Powered by 猫屋敷工房 & HTML Generator

http://www.neko.ne.jp/~freewing/software/mfc_tips/