《BMP信息隐藏.docVIP

  • 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

文档评论(0)

1亿VIP精品文档

相关文档