Rockey4狗改密码工具


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
“);
return 0;
}

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

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



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

}

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

  printf( “You need reboot!
“);
     //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_driverDriverdllInstallApi.h

     文件     421888  2007-05-18 17:53  rockey_driverDriverdllinstdll.dll

     文件       3658  2007-05-18 17:53  rockey_driverDriverdllinstdll.lib

     文件    1244400  2010-04-20 14:00  rockey_driverDriverDriver.rar

     文件    1699480  2007-05-18 17:53  rockey_driverDriverInstDrv.exe

     文件        811  2007-05-18 17:53  rockey_driverDriverReadMe.txt

     文件     401677  2009-08-18 17:04  rockey_driverDriverRockey4.idb

     文件      22016  2009-08-14 15:24  rockey_driverDriverRockey4.sys

     文件     319653  2009-08-18 11:05  rockey_driverDriverRockey4USB.idb

     文件      12928  2009-08-14 15:24  rockey_driverDriverRockey4USB.sys

     文件       5852  2007-05-18 17:53  rockey_driverDriverSamplesVcInstallApi.h

     文件       1485  2007-05-18 17:53  rockey_driverDriverSamplesVcvcinstdll.cpp

     文件       4473  2007-05-18 17:53  rockey_driverDriverSamplesVcvcinstdll.dsp

     文件        543  2007-05-18 17:53  rockey_driverDriverSamplesVcvcinstdll.dsw

     文件       5852  2007-05-18 17:53  rockey_driverDriverX64dllInstallApi.h

     文件     446464  2007-05-18 17:53  rockey_driverDriverX64dllInstDll.dll

     文件       3154  2007-05-18 17:53  rockey_driverDriverX64dllInstDll.lib

     文件    2484376  2007-05-18 17:53  rockey_driverDriverX64InstDrv.exe

     文件        665  2007-05-18 17:53  rockey_driverDriverX64ReadMe.txt

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

     目录          0  2009-12-03 16:19  rockey_driverDriverSamplesVc

     目录          0  2009-12-03 16:19  rockey_driverDriverX64dll

     目录          0  2009-12-03 16:19  rockey_driverDriverdll

     目录          0  2009-12-03 16:19  rockey_driverDriverSamples

     目录          0  2009-12-03 16:19  rockey_driverDriverX64

     目录          0  2010-04-20 14:00  rockey_driverDriver

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)