AliWy

[Former Kendy ......]
  • 2009-02-03

    用户态应用程序调用Native API的方法 - [VC++]

    来源:http://blog.csdn.net/celestialwy/

    微软基本没有提供给用户态程序调用Native API的接口,因为Windows SDK中几乎没有调用所需的头文件和库文件(SDK中只有少量的Native API所需的数据结构),但是可以利用以下两种方法在用户态调用Native API。
    ...

    Tag:驱动 Native API
    aliwy 发表于15:14 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2008-08-02

    Icons in Win32 - [VC++]

    来源:MSDN 

    The ICO File
    An Icon file, which usually has the ICO extension, contains one icon resource. Given that an icon resource can contain multiple images, it is no surprise that the file begins with an icon directory:

    typedef struct
    {
        WORD           idReserved;   // Reserved (must be 0)
        WORD           idType;       // Resource Type (1 for icons)
        WORD           idCount;      // How many images?
        ICONDIRENTRY   idEntries[1]; // An entry for each image (idCount of 'em)
    } ICONDIR, *LPICONDIR;
    ...

    Tag:图标 icon
    aliwy 发表于16:36 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2008-02-23

    Windows Sockets Functions - [VC++]

    send
    The send function sends data on a connected socket.
    ...
    Tag:VC SDK winsock
    aliwy 发表于23:25 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2008-02-04

    Microsoft SDK For VC6.0 - [VC++]

    Windows Server 2003 Platform SDK
    Last Updated: February 2003
    最后一个支持VC6.0的SDK!
    ...
    Tag:SDK VC6.0
    aliwy 发表于11:38 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 2007-11-26

    我的第一个ShellCode - [VC++]

    【以前学习时的练习品,发上来凑个数。】

    //////////////////////////////////////////////////
    #include <windows.h>
    #pragma comment(linker,  "-entry: MY_main")
    #pragma comment(linker,  "/subsystem: windows")
    #pragma comment(lib, "msvcrt.lib")
    ...

    Tag:VC ShellCode
    aliwy 发表于23:18 | 阅读全文 | 评论 0 | 编辑 | 分享 0
共2页 1 2 下一页 最后一页

日历

日志分类

  • VC++[6]
  • Delphi[0]
  • ASM[7]
  • Driver[6]
  • 原创拙作[5]
  • 生活日志[8]
  • 网络文摘[1]

最新文章

  • 用户态应用程序调用Native API的方法
  • 迅雷下载地址转换为普通地址小工具
  • 修改对齐字节数减小GCC.DDK编译的驱动体积
  • 验证文件MD5值的小工具
  • Icons in Win32
  • 汇编指令表
  • DriverLoader1.1(加载Driver的小玩意儿)
  • 简单说说SSDT
  • windbg+vmware调试驱动
  • 释然
全部日志>>

搜索

Tag

  • 驱动[6]
  • VC[4]
  • kmd[3]
More..

管理

  • 进入后台 写新日志
  • 文章管理 评论管理
  • 更换模板 访问统计

链接

  • VC知识库
  • CSDN社区
  • 邪恶八进制
  • DebugMan
  • 驱动开发论坛
  • 看雪软件论坛

最新评论

  • 彩饯:很好,学习了,要是能把linker参数解释一下就更好了...

存档

  • 2009-02[1]
  • 2008 [18]
  • 2007 [14]
  • 访问统计:
Copyright © 2002-2009 BlogBus.com, All Rights Reserved. 博客大巴 版权所有