登录
首页 » Visual C++ » 把一个文件转成十六进制的字符,方便制作shellcode

把一个文件转成十六进制的字符,方便制作shellcode

于 2014-01-13 发布 文件大小:56KB
0 247
下载积分: 1 下载次数: 12

代码说明:

  它可以把一个文件转成十六进制的字符,方便制作shellcode,或者反过来,把十六进的字符转成二进制的数据。还有,他可以运行指定的shellcode(the tool can translate file from a hex char,and it translate binary from hex char.and it also run your shellcode)

文件列表:

SCer
....\ReadMe.txt,3543,2011-01-09
....\res

....\...\SCer.rc2,396,2011-01-09
....\resource.h,912,2013-11-29
....\SCer.aps,87636,2013-11-29
....\SCer.clw,1286,2013-02-16
....\SCer.cpp,1829,2011-01-09
....\SCer.dsp,4136,2013-11-29
....\SCer.dsw,531,2011-01-09
....\SCer.h,1302,2011-01-09
....\SCer.ncb,82944,2013-02-16
....\SCer.opt,51712,2013-02-16
....\SCer.plg,1429,2013-02-16
....\SCer.rc,5743,2013-11-29
....\SCerDlg.cpp,12692,2013-11-29
....\SCerDlg.h,1679,2013-11-29
....\StdAfx.cpp,206,2011-01-09
....\StdAfx.h,999,2011-01-09

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

发表评论

0 个回复

  • CSaveTest
    .ini文件生成程序,可用于自动生成.ini文件并存储VC控件中间过程数据。(. ini file generation process can be used to automatically generate. ini file and process data stored in the middle of VC control.)
    2014-02-26 16:06:57下载
    积分:1
  • MenuHook
    VC++利用Hook钩子实现的阴影菜单,不要误认为是Winodws系统自带的阴影菜单,仔细看你就会发现两者是不一样的,一样令人羡慕不已,尤其是使用钩子实现,相信对VC++编程者来说,有空的时候还是要看一下哦!虽然大家对这种效果已经司空见惯了,但实现起来没有想像的那么简单,因此具有参考价值。(VC++ to use the realization of the shadow of hook Hook menu, do not mistakenly think it is the shadow of Winodws own menu system, look carefully and you will find they are not the same, as is envy, especially the use of hooks to achieve, I believe VC++ programmers, the time or the time to look at Oh! Although there have been commonplace this effect, but not as to achieve the so simple, it has a reference value.)
    2009-07-16 21:03:58下载
    积分:1
  • 86845
    将TCHAR类型转换成CString类型,VC++精选编程学习源码,很好的参考资料。(The TCHAR CString type, VC++ select learning programming source code, a good reference.)
    2013-11-24 23:34:41下载
    积分:1
  • FTE
    FTE是一个面向程序员的文本编辑器。可以支持20多种编程语言的语法高亮,加上较强的可配置性,使这个轻量级但是通用的编辑器几乎可以适应于任何程序员.zip它不是一个完整的编程语言,因为它没有标准函数库(如IO和字符串处理)。FScript提供的基本函数(如流程控制,变量处理,和基本的数学运算)可以通过宿主程序扩展,只需要一个Java 2运行环境.tgz(FTE is a programmer- oriented text editor. 20 can support multiple programming language syntax highlighter, coupled with strong configurable, so this lightweight but GM editors can be adapted to almost any programmer. Zip it is not a complete programming language, because it does not have the standard functions (such as string handling and IO). FScript provide the basic functions (such as flow control, variable handling, and basic arithmetic) can be extended through a host application only need a Java 2 runtime environment. Tgz)
    2005-01-01 17:47:15下载
    积分:1
  • tuxingxuanzhuan
    在单文档中画图,实现模拟同步卫星绕地球旋转,很不错的懂西哦(Paint in a single document, the realization of simulated synchronous satellites orbit the earth rotation, it is good to understand the West Oh)
    2008-05-11 02:50:57下载
    积分:1
  • ACR9000
    基于PARKER9000运动控制器的上位机程序开发,包括单轴点动以及多轴联动(Based on PARKER9000 motion controller host computer program development, including uniaxial jog, and multi-axis)
    2020-09-10 05:18:02下载
    积分:1
  • AD_Meanreducemaxx
    S-function 程序:数据离散采集并每隔一定时间求平均值(S-function program:data acquisition)
    2013-11-26 10:50:16下载
    积分:1
  • AccessCrack-ACCESS
    ACCESS数据库解密程序源代码,可以直接运行,界面友好(ACCESS database decryption program source code, can run, user-friendly)
    2010-10-26 21:45:59下载
    积分:1
  • CPP-program-desig(third-edition)
    C++面向对象程序设计教程相关电子课件,其中内容全面且丰富,具有很好的参考价值。 (" C++ object-oriented programming tutorial (3rd edition)" comprehensive and extensive electronic courseware)
    2011-09-14 21:17:47下载
    积分:1
  • 20060611Access
    简要说明:直接通过DAO读、写Access文件    直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。 (Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
    2006-08-29 12:05:09下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载