摘要: How to add Leading Zeroes to a Number (Delphi Format)Here's how convert (an integer) number to a string by adding an amount of leading zeroes.Suppose ... 阅读全文
posted @ 2015-09-07 19:48 IAmAProgrammer 阅读(370) 评论(0) 推荐(0) 编辑
摘要: .rdata is for const data. It is the read only version of the .data segment..idata holds the import directory (.edata for exports).It is used by EXE's ... 阅读全文
posted @ 2015-09-07 11:59 IAmAProgrammer 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-07 10:34 IAmAProgrammer 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-07 10:31 IAmAProgrammer 阅读(546) 评论(0) 推荐(0) 编辑
摘要: How to detect the types of executable filestype { IMAGE_DOS_HEADER: DOS .EXE header. } IMAGE_DOS_HEADER = packed record e_magic : Word; ... 阅读全文
posted @ 2015-09-07 00:06 IAmAProgrammer 阅读(527) 评论(0) 推荐(0) 编辑