破解key file时经常用到的几个API函数及其用法

    技术2022-05-20  66

    CreateFile函数

    ==================================================================================

     

    CreateFile:

    Creates or opens a file or I/O device. The most commonly used I/O devices are as follows: file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, and pipe. The function returns a handle that can be used to access the file or device for various types of I/O depending on the file or device and the flags and attributes specified.

     

    Syntax(语法):

    HANDLE WINAPI CreateFile(  __in      LPCTSTR lpFileName,  __


    最新回复(0)