登录
首页 » Visual C++ » xtrap

xtrap

于 2020-09-29 发布 文件大小:1182KB
0 231
下载积分: 1 下载次数: 87

代码说明:

  最新Xtrap SDK,可调用,懂得拿去!最新Xtrap SDK,可调用,懂得拿去!(Xtrap SDK hacker!)

文件列表:

SDK
...\XTrap4Client_ClientPart_mtDll.lib,185152,2011-02-21
...\XTrap4Client_ClientPart_st.lib,185070,2011-02-21
...\XTrap4Client_mt.lib,337934,2011-02-21
...\XTrap4Client_mtDll.lib,338126,2011-02-21
...\XTrap4Client_ServerPart_mt.lib,44330,2011-02-21
...\XTrap4Client_ServerPart_mtDll.lib,44352,2011-02-21
...\XTrap4Client_ServerPart_st.lib,44312,2011-02-21
...\XTrap4Client_st.lib,337848,2011-02-21
...\XTrap4Server.cpp,5122,2012-11-16
...\XTrap4Server.dll,28672,2012-11-16
...\XtrapUpdater.sln,2766,2012-05-02
...\XtrapUpdater.suo,25600,2012-05-02
...\Xtrap_C_Interface.h,4780,2011-02-21
...\Xtrap_S_Interface.h,6402,2012-11-16
...\XTrap_Unipher_mt.lib,75934,2011-02-21
...\XTrap_Unipher_mtDll.lib,76060,2011-02-21
...\XTrap_Unipher_st.lib,75912,2011-02-21
XtrapUpdater
............\MainFrm.cs,3644,2012-05-02
............\MainFrm.Designer.cs,4856,2012-05-02
............\MainFrm.resx,12549,2012-05-02
............\Program.cs,518,2012-05-02
............\Properties
............\..........\app.manifest,2642,2012-05-02
............\..........\AssemblyInfo.cs,1537,2012-05-02
............\..........\Resources.Designer.cs,3125,2012-05-02
............\..........\Resources.resx,5612,2012-05-02
............\..........\Settings.Designer.cs,1097,2012-05-02
............\..........\Settings.settings,249,2012-05-02
............\XtrapUpdater.csproj,5970,2012-05-02
............\XtrapUpdater.csproj.user,478,2012-05-02

XtrapUpdater.docx,132809,2012-04-17
XtrapUpdater.exe,22016,2012-04-17
XtrapWrapper.dll,1631232,2012-04-05
Xtrap_????.docx,11750,2012-04-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Terrain3DTest
    三维地形的模拟,用的工具是opengl,对于研究大规模地形的绘制非常有用,把源码拿出来与大家分享(Three-dimensional terrain modeling, using tools opengl, for the study of large-scale terrain rendering is very useful to share with you source out)
    2010-08-30 22:02:36下载
    积分:1
  • com
    vC++做上位机实现串口通讯,符合RS485通信协议(vC++ do PC Serial communication line RS485 communication protocol)
    2010-08-10 16:55:57下载
    积分:1
  • ADO
    ado VC连接ACCESSE的初级简单教程,适合新手,(ado VC connection ACCESSE primary simple tutorial for novice,)
    2011-10-19 21:27:50下载
    积分:1
  • Sample_VC
    说明:  prodave是西门子PLC与高级语言的程序接口,如何使用它,这里给出一个VC与西门子PLC通讯并读写DB块数据的例子(Prodave is Siemens PLC and high level language program interface, how to use it, so here is a VC and Simon PLC and literacy DB block of data example )
    2011-04-18 15:09:48下载
    积分:1
  • dllregshex_src
    使用Shell扩展Register/Unregister一个带Com/ATL对象的DLL文件(Using shellext to register and unregister a DLL with Com/ATL object)
    2020-11-05 11:39:52下载
    积分:1
  • AutoCAD-DWG-file-viewer
    显示dwg文件缩略图的C++源码,简洁好用。(Show the dwg file thumbnails C++ source.)
    2012-11-24 21:38:07下载
    积分:1
  • VCPP
    利用 VC++6.0 提供的一种控制台操作方式,可以建立 C 语言应用程序, Win32 控 制台程序(Win32 Console Application)是一类 Windows 程序,它不使用复杂的图形用户 界面,程序与用户交互是通过一个标准的正文窗口(Using VC++6.0 to provide a console mode of operation, you can create C-language applications, Win32 console application (Win32 Console Application) is a type of Windows program, it does not use complex graphical user interface, procedures, and user interaction is through a standard text window)
    2011-08-07 14:58:50下载
    积分:1
  • chat
    聊天程序的源码,对学习socket编程很有帮助。(Chat program source code, useful for learning socket programming.)
    2009-12-24 01:35:44下载
    积分:1
  • S2
    说明:  程序功能:msp430f149读取DS18B20进行温度测量以后的结果并在1602液晶上显示,本人验证可用(Program features: msp430f149 read DS18B20 temperature measurement results and later in 1602 liquid crystal display, I validate available )
    2014-06-03 19:20:29下载
    积分:1
  • DH
    说明:  Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而不能进行消息的加密和解密。双方确定要用的密钥后,要使用其他对称密钥操作加密算法实际加密和解密消息。(DH Protocol source code)
    2014-04-16 11:05:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载