- 10
- 0
- 约3.98万字
- 约 33页
- 2017-01-15 发布于北京
- 举报
《BMP信息隐藏
#include stdio.h
#include stdlib.h
#include string.h
#define HEAP_UNITSIZE (102400)
#define HEAP_INITUNITS (1)
#define LOOKUP_INITLEN (2048)
#define FALSE (0)
#define TRUE (-1)
#define PATH_SEP (\\) /* OS Specific Path Seperator */
#define BANNER (BlindSide BMP Cryptographic Tool - (c) John Collomosse 2000\nRelease v0.9. All Rights Reserved, contact: ma7jpc@bath.ac.uk\n\n)
#define THIS_PROTO_VER (1)
typedef struct heapstruct {
unsigned int heapunits;
unsigned char *datASPace;
unsigned char *nextchar;
unsigned long heaplen;
} HEAP;
typedef struct lookupstruct {
unsigned long int* datas
您可能关注的文档
最近下载
- 近代战争与西方文化的扩张示范教案.pdf VIP
- 2025中国企业数智化转型案例研究报告.pdf VIP
- TCECA-G 0161-2022 城市轨道交通节能技术规范.docx VIP
- 英语同等学力人员申请硕士学位试题及解答参考.docx VIP
- 海船结构计算1.xls VIP
- 我爱你中国合唱简谱.docx VIP
- 军队文职技能岗位理论考试真题(附答案).docx VIP
- 2025江西宜春丰城市机关事业单位选调工作人员48人考试备考试题及答案解析.docx VIP
- 2025安徽合肥百大集团所属子公司招聘14人笔试备考试题及答案解析.docx VIP
- 2022合肥百大集团公开招聘试题及答案解析.docx VIP
原创力文档

文档评论(0)