• 大小: 8.15MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-23
  • 语言: 其他
  • 标签: 加密狗  

资源简介

Rockey4狗改密码工具为网友分享,请自行研究: Rockey4 Dongle驱动 ROCKEY4改密码: NO1.txt R4硬复制 R4专业驱动安 官方原版驱动程序.exe Rockey4硬复制系列改密码-可读无限版,可修改基本密码、高级密码。

资源截图

代码片段和文件信息



#include “stdio.h“
#include “windows.h“
#include “InstallApi.h“

#pragma comment (lib  “InstDll“ ) 

int main(int argc char* argv[])
{
char *szCmdLine=NULL; 
    bool bIsReBoot=false; 
int iMode=0 ; 


szCmdLine = GetCommandLine(); 
//szCmdLine = “Install.exe /i“;
    
if( Rk4ParseCmdLine( &iMode  szCmdLine ) == 0 )
{///By this way  we can known what the user want we do

    printf(“Paser cmd line error\n“);
return 0;
}

if( iMode == 0 )
{
    Rk4ParseCmdLine( &iMode  “/?“ );
return 0; 
}

    if( (iMode&SupportDos_Rockey4) == SupportDos_Rockey4 )
{
    printf(“Support Dos\n“);
}
    else if( (iMode&SupportDos_Rockey4) == 0 )
{
      printf(“UnSupport Dos\n“);
}



if( (iMode&Install_Rockey4) == Install_Rockey4 )
{///Install
    printf(“Install driver\n“);
        if ( Rk4Setup( &bIsReBoot  szCmdLine ) == 0 )
{
           printf( “Install failed!\n“ );
   return 0;
}
         printf( “Install success!\n“ );

}

    if( (iMode&Delete_Rockey4) == Delete_Rockey4 )
{///Uninstall
printf(“Install driver\n“);
        if ( Rk4Setup( &bIsReBoot  szCmdLine ) == 0 )
{
           printf( “UnInstall failed!\n“ );
   return 0 ;
}
        printf( “UnInstall success!\n“ );
}
  
    
    if( bIsReBoot == true ) 
{///we need reboot the os in order to our driver work well.

  printf( “You need reboot!\n“);
     //ReBoot();
}


return 0;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         13  2009-02-28 01:26  ROCKEY4改密码\NO1.txt

     文件     678941  2007-01-28 01:21  ROCKEY4改密码\R4专业驱动安装NO1.exe

     文件    1048576  2007-01-01 01:23  ROCKEY4改密码\R4硬复制系列NO1.exe

     文件    2056192  2009-02-28 01:30  ROCKEY4改密码\官方原版驱动程序.exe

     文件       5852  2007-05-18 17:53  rockey_driver\Driver\dll\InstallApi.h

     文件     421888  2007-05-18 17:53  rockey_driver\Driver\dll\instdll.dll

     文件       3658  2007-05-18 17:53  rockey_driver\Driver\dll\instdll.lib

     文件    1244400  2010-04-20 14:00  rockey_driver\Driver\Driver.rar

     文件    1699480  2007-05-18 17:53  rockey_driver\Driver\InstDrv.exe

     文件        811  2007-05-18 17:53  rockey_driver\Driver\ReadMe.txt

     文件     401677  2009-08-18 17:04  rockey_driver\Driver\Rockey4.idb

     文件      22016  2009-08-14 15:24  rockey_driver\Driver\Rockey4.sys

     文件     319653  2009-08-18 11:05  rockey_driver\Driver\Rockey4USB.idb

     文件      12928  2009-08-14 15:24  rockey_driver\Driver\Rockey4USB.sys

     文件       5852  2007-05-18 17:53  rockey_driver\Driver\Samples\Vc\InstallApi.h

     文件       1485  2007-05-18 17:53  rockey_driver\Driver\Samples\Vc\vcinstdll.cpp

     文件       4473  2007-05-18 17:53  rockey_driver\Driver\Samples\Vc\vcinstdll.dsp

     文件        543  2007-05-18 17:53  rockey_driver\Driver\Samples\Vc\vcinstdll.dsw

     文件       5852  2007-05-18 17:53  rockey_driver\Driver\X64\dll\InstallApi.h

     文件     446464  2007-05-18 17:53  rockey_driver\Driver\X64\dll\InstDll.dll

     文件       3154  2007-05-18 17:53  rockey_driver\Driver\X64\dll\InstDll.lib

     文件    2484376  2007-05-18 17:53  rockey_driver\Driver\X64\InstDrv.exe

     文件        665  2007-05-18 17:53  rockey_driver\Driver\X64\ReadMe.txt

     文件     577607  2007-05-18 17:55  RockEdit.exe

     目录          0  2009-12-03 16:19  rockey_driver\Driver\Samples\Vc

     目录          0  2009-12-03 16:19  rockey_driver\Driver\X64\dll

     目录          0  2009-12-03 16:19  rockey_driver\Driver\dll

     目录          0  2009-12-03 16:19  rockey_driver\Driver\Samples

     目录          0  2009-12-03 16:19  rockey_driver\Driver\X64

     目录          0  2010-04-20 14:00  rockey_driver\Driver

............此处省略38个文件信息

评论

共有 条评论