首页
社区
课程
招聘
[推荐]HexEdit 4.0 再次开放源代码
发表于: 2011-1-18 20:30 4651

[推荐]HexEdit 4.0 再次开放源代码

2011-1-18 20:30
4651
HexEdit4源代码下载
CodeProject页面
官方主页

Introduction
This is a beta version of HexEdit 4.0, the latest version of my hex editor for Windows. It is written in C++ and this version requires the new MFC (VS2008 with feature pack or later). It should be very easy to build if you have VS2008 or VS2010 but see the build instructions below if there are problems. If the above download does not work you can also try http://www.hexedit.com/Downloads/HexEdit4.zip.

I started working on HexEdit in 1997 and since then I have added numerous features and incorporated ideas and code from many people. Prior to version 4.0 the latest freeware version was 3.0 and the latest shareware version was 3.5 - see http://www.hexedit.com/.

The first version of HexEdit (1.0) that I released was free with source and I have always wanted to make the software open source again but since HexEdit 2.0 it has used the commercial BCG library so there was not much point. (The BCG library is an excellent MFC extension library so I do not regret using it.) Luckily, a few years ago Microsoft bought the BCG code and incorporated it into MFC. To build HexEdit 4.0 (beta) you only require Visual Studio 2008 (with the MFC 9 feature pack) or Visual Studio 2010 (MFC 10), plus some (included) open source code and libraries (most of which came from right here on CodeProject).

You can use the program or any of the source code for whatever purpose you see fit as long as you abide by the relatively unrestrictive license requirements (see below) or any specific requirements for any of the included 3rd party code.

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (7)
雪    币: 181
活跃值: (27)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
谢谢分享~!
2011-1-19 10:39
0
雪    币: 417
活跃值: (66)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
非常感激. 谢谢.
2011-1-19 11:00
0
雪    币: 225
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
官网没有4.0???????????
2011-1-19 11:09
0
雪    币: 292
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
貌似没有,但是在code project上面有介绍,ft
2011-1-23 18:53
0
雪    币: 210
活跃值: (644)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
估计是因为4.0还是beta版本,没有正式发布,所以官方没给出吧
2011-1-23 20:51
0
雪    币: 244
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
学习学习,多谢
2011-1-25 12:38
0
雪    币: 149
活跃值: (128)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
感谢分享,一直在找这样的源码
2011-2-9 12:21
0
游客
登录 | 注册 方可回帖
返回
//