在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → et199加密狗写狗工具

et199加密狗写狗工具

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:29.79M
  • 下载次数:37
  • 浏览次数:913
  • 发布时间:2021-02-09
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
怎么写入et199加密狗写狗工具,里面有详细的方法供大家学习。
【实例截图】
【核心代码】
b0f760ad-fedd-4d71-b8fd-415e4226e1c7
├── API
│   ├── BCB
│   │   └── ET199_BCB.lib
│   ├── Com
│   │   └── ET199Com.dll
│   ├── Delphi
│   │   └── et199_delphi.obj
│   ├── Dynamic
│   │   ├── ET199_32.dll
│   │   ├── ET199_32.lib
│   │   ├── ET199_64.dll
│   │   └── ET199_64.lib
│   ├── Java
│   │   ├── ET199Java.jar
│   │   ├── JavaET199.dll
│   │   └── x64
│   │   └── JavaET199.dll
│   ├── Static
│   │   ├── ET199_32S.lib
│   │   ├── ET199_64S.lib
│   │   └── PET199_32.lib
│   └── VB
│   └── ET199_VB.bas
├── Docs
│   └── ET199超级多功能锁_加密锁.pdf
├── et199_dongle_linux.zip
├── et199_dongle_net.zip
├── et199_vm.zip
├── Include
│   ├── ET199_32.h
│   ├── ET199.h
│   └── PET199_32.h
├── Library
│   ├── compact_mode.LIB
│   ├── large_mode.LIB
│   └── small_mode.LIB
├── Samples
│   ├── App
│   │   ├── et199_dongle_app_com.zip
│   │   ├── et199_dongle_app_pkcs1sign.zip
│   │   ├── et199_dongle_app_RSA.zip
│   │   ├── et199_dongle_app_ShareMEM.zip
│   │   ├── et199_dongle_app_sign.zip
│   │   ├── et199_dongle_app_time.zip
│   │   ├── et199_dongle_app_update.zip
│   │   ├── et199_dongle_app_USB.zip
│   │   └── et199_dongle_app_wr.zip
│   ├── BCB
│   │   ├── ET199_32.h
│   │   ├── ET199_BCB.lib
│   │   ├── hardware
│   │   │   ├── ET199.h
│   │   │   ├── hardware.bin
│   │   │   ├── hardware.c
│   │   │   ├── hardware.hex
│   │   │   ├── hardware.Uv2
│   │   │   └── small_mode.lib
│   │   ├── hibTest.bpf
│   │   ├── hibTest.bpr
│   │   ├── hibTest.res
│   │   └── main.cpp
│   ├── C#
│   │   ├── C#_com
│   │   │   ├── ET199ComSample.csproj
│   │   │   ├── hardware
│   │   │   │   ├── ET199.h
│   │   │   │   ├── hardware.bin
│   │   │   │   ├── hardware.c
│   │   │   │   ├── hardware.hex
│   │   │   │   ├── hardware.Uv2
│   │   │   │   └── small_mode.lib
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── C#_dll
│   │   ├── C51
│   │   │   ├── 1002.pub
│   │   │   ├── 1004.pri
│   │   │   ├── rsa.bin
│   │   │   └── rsa.c
│   │   ├── RSA_C#
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ET199_32.dll
│   │   │   │   ├── RSAEnc.dll
│   │   │   │   ├── WindowsApplication1.exe
│   │   │   │   ├── WindowsApplication1.pdb
│   │   │   │   └── WindowsApplication1.vshost.exe
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── WindowsApplication1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowsApplication1.exe
│   │   │   │   │   ├── WindowsApplication1.Form1.resources
│   │   │   │   │   ├── WindowsApplication1.pdb
│   │   │   │   │   └── WindowsApplication1.Properties.Resources.resources
│   │   │   │   ├── WindowsApplication1.csproj.FileListAbsolute.txt
│   │   │   │   └── WindowsApplication1.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── res
│   │   │   ├── RSAEnc.dll
│   │   │   ├── WindowsApplication1.csproj
│   │   │   ├── WindowsApplication1.sln
│   │   │   └── WindowsApplication1.suo
│   │   └── 使用说明.txt
│   ├── CaseStudy
│   │   ├── bin
│   │   │   ├── hardware
│   │   │   │   ├── sample_07_hw.bin
│   │   │   │   ├── sample_09_hw.bin
│   │   │   │   ├── sample_10_hw.bin
│   │   │   │   ├── sample_11_hw.bin
│   │   │   │   ├── sample_12_hw.bin
│   │   │   │   ├── sample_13_hw.bin
│   │   │   │   ├── sample_14_hw.bin
│   │   │   │   ├── sample_15_hw.bin
│   │   │   │   └── sample_16_hw.bin
│   │   │   ├── sample_10.exe
│   │   │   ├── sample_11.exe
│   │   │   ├── sample_12.exe
│   │   │   ├── sample_13.exe
│   │   │   ├── sample_14.exe
│   │   │   ├── sample_15.exe
│   │   │   ├── sample_16.exe
│   │   │   ├── sample_1.exe
│   │   │   ├── sample_2.exe
│   │   │   ├── sample_3.exe
│   │   │   ├── sample_4.exe
│   │   │   ├── sample_5.exe
│   │   │   ├── sample_6.exe
│   │   │   ├── sample_7.exe
│   │   │   ├── sample_8.exe
│   │   │   └── sample_9.exe
│   │   ├── common
│   │   │   ├── common.c
│   │   │   ├── common.h
│   │   │   ├── ET199_32.h
│   │   │   ├── ET199_32S.lib
│   │   │   └── ET199.h
│   │   ├── sample_1
│   │   │   ├── sample_1.cpp
│   │   │   ├── sample_1.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_10
│   │   │   ├── hardware
│   │   │   │   ├── sample_10_hw.c
│   │   │   │   ├── sample_10_hw.Uv2
│   │   │   │   ├── sample_10_lib.c
│   │   │   │   └── sample_10_lib.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_10.h
│   │   │   ├── sample_10.cpp
│   │   │   ├── sample_10.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_11
│   │   │   ├── hardware
│   │   │   │   ├── sample_11_hw.c
│   │   │   │   └── sample_11_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_11.h
│   │   │   ├── sample_11.cpp
│   │   │   ├── sample_11.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_12
│   │   │   ├── hardware
│   │   │   │   ├── sample_12_hw.c
│   │   │   │   └── sample_12_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_12.h
│   │   │   ├── sample_12.cpp
│   │   │   ├── sample_12.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_13
│   │   │   ├── hardware
│   │   │   │   ├── sample_13_hw.c
│   │   │   │   └── sample_13_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_13.h
│   │   │   ├── sample_13.cpp
│   │   │   ├── sample_13.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_14
│   │   │   ├── hardware
│   │   │   │   ├── sample_14_hw.c
│   │   │   │   └── sample_14_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_14.h
│   │   │   ├── sample_14.cpp
│   │   │   ├── sample_14.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_15
│   │   │   ├── hardware
│   │   │   │   ├── sample_15_hw.c
│   │   │   │   └── sample_15_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_15.h
│   │   │   ├── sample_15.cpp
│   │   │   ├── sample_15.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_16
│   │   │   ├── hardware
│   │   │   │   ├── sample_16_hw.c
│   │   │   │   └── sample_16_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_16.h
│   │   │   ├── sample_16.cpp
│   │   │   ├── sample_16.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_2
│   │   │   ├── sample_2.cpp
│   │   │   ├── sample_2.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_3
│   │   │   ├── sample_3.cpp
│   │   │   ├── sample_3.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_4
│   │   │   ├── sample_4.cpp
│   │   │   ├── sample_4.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_5
│   │   │   ├── sample_5.cpp
│   │   │   ├── sample_5.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_6
│   │   │   ├── sample_6.cpp
│   │   │   ├── sample_6.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_7
│   │   │   ├── ET199_32.lib
│   │   │   ├── hardware
│   │   │   │   ├── sample_07_hw.c
│   │   │   │   └── sample_07_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_7.h
│   │   │   ├── sample_7.cpp
│   │   │   ├── sample_7.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_8
│   │   │   ├── sample_8.cpp
│   │   │   ├── sample_8.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   ├── sample_9
│   │   │   ├── hardware
│   │   │   │   ├── sample_9_hw.c
│   │   │   │   └── sample_9_hw.Uv2
│   │   │   ├── inc
│   │   │   │   └── sample_9.h
│   │   │   ├── sample_9.cpp
│   │   │   ├── sample_9.dsp
│   │   │   ├── StdAfx.cpp
│   │   │   └── StdAfx.h
│   │   └── SampleBrowser.exe
│   ├── Com
│   │   ├── C#
│   │   │   ├── ET199ComSample.csproj
│   │   │   ├── hardware
│   │   │   │   ├── ET199.h
│   │   │   │   ├── hardware.bin
│   │   │   │   ├── hardware.c
│   │   │   │   ├── hardware.hex
│   │   │   │   ├── hardware.Uv2
│   │   │   │   └── small_mode.lib
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Cpp
│   │   │   ├── ET199_32.h
│   │   │   ├── ET199Com.h
│   │   │   ├── ET199ComSample.cpp
│   │   │   ├── ET199ComSample.vcproj
│   │   │   ├── hardware
│   │   │   │   ├── ET199.h
│   │   │   │   ├── hardware.bin
│   │   │   │   ├── hardware.c
│   │   │   │   ├── hardware.hex
│   │   │   │   ├── hardware.Uv2
│   │   │   │   └── small_mode.lib
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── readme.txt
│   │   └── VB.NET
│   │   ├── ET199ComSample.vbproj
│   │   ├── hardware
│   │   │   ├── ET199.h
│   │   │   ├── hardware.bin
│   │   │   ├── hardware.c
│   │   │   ├── hardware.hex
│   │   │   ├── hardware.Uv2
│   │   │   └── small_mode.lib
│   │   ├── Module1.vb
│   │   └── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── Delphi
│   │   ├── et199_delphi.obj
│   │   ├── hardware
│   │   │   ├── ET199.h
│   │   │   ├── hardware.bin
│   │   │   ├── hardware.c
│   │   │   ├── hardware.hex
│   │   │   ├── hardware.Uv2
│   │   │   └── small_mode.lib
│   │   ├── helpET199.pas
│   │   ├── hibTest.dpr
│   │   └── readme.txt
│   ├── Java
│   │   ├── ET199Java.jar
│   │   ├── ET199test.java
│   │   ├── hardware
│   │   │   ├── ET199.h
│   │   │   ├── hardware.bin
│   │   │   ├── hardware.c
│   │   │   ├── hardware.hex
│   │   │   ├── hardware.Uv2
│   │   │   ├── hexbin.exe
│   │   │   └── small_mode.lib
│   │   └── JavaET199.dll
│   ├── PB
│   │   ├── PB65
│   │   │   ├── ET199_32.dll
│   │   │   ├── hardware
│   │   │   │   ├── ET199.h
│   │   │   │   ├── hardware.bin
│   │   │   │   ├── hardware.c
│   │   │   │   ├── hardware.hex
│   │   │   │   ├── hardware.Uv2
│   │   │   │   └── small_mode.lib
│   │   │   └── SAMPLE1.PBL
│   │   └── PB80
│   │   ├── ET199_32.dll
│   │   ├── hardware
│   │   │   ├── ET199.h
│   │   │   ├── hardware.bin
│   │   │   ├── hardware.c
│   │   │   ├── hardware.hex
│   │   │   ├── hardware.Uv2
│   │   │   └── small_mode.lib
│   │   ├── sample17.pbl
│   │   ├── sample.pbt
│   │   └── sample.pbw
│   ├── Vb
│   │   ├── ET199_32.dll
│   │   ├── ET199_VB.bas
│   │   ├── Form1.frm
│   │   ├── Form1.frx
│   │   ├── hardware
│   │   │   ├── ET199.h
│   │   │   ├── hardware.bin
│   │   │   ├── hardware.c
│   │   │   ├── hardware.hex
│   │   │   ├── hardware.Uv2
│   │   │   └── small_mode.lib
│   │   ├── Project1.vbp
│   │   └── Project1.vbw
│   ├── Vc
│   │   ├── ET199_32.dll
│   │   ├── ET199_32.h
│   │   ├── ET199_32.lib
│   │   ├── hardware
│   │   │   ├── ET199.h
│   │   │   ├── hardware.bin
│   │   │   ├── hardware.c
│   │   │   ├── hardware.hex
│   │   │   ├── hardware.Uv2
│   │   │   └── small_mode.lib
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── Test.dsp
│   │   ├── Test.dsw
│   │   ├── Test.sln
│   │   └── Test.vcproj
│   └── x64
│   ├── ET199_32.h
│   ├── ET199_64.dll
│   ├── ET199_64.lib
│   ├── hardware
│   │   ├── ET199.h
│   │   ├── hardware.bin
│   │   ├── hardware.c
│   │   ├── hardware.hex
│   │   ├── hardware.Uv2
│   │   └── small_mode.lib
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── Test.sln
│   └── Test.vcproj
├── shelltool
│   ├── ET199外壳加密演示视频.rar
│   └── et_shell.zip
└── Tools
├── Double2Byte.exe
├── DrvSet.exe
├── ET199_32.dll
├── ET199Diag.exe
├── ET199Sim.dll
├── hexbin.exe
├── KeilWizard.exe
└── VfsSet.exe

92 directories, 337 files

标签:

实例下载地址

et199加密狗写狗工具

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警