Commit Graph

37 Commits

Author SHA1 Message Date
hasherezade f477a765b3 [W-I-P] Refactoring started 2017-02-11 20:45:37 +01:00
hasherezade 2ca8bfbdef [BUGFIX] In PeFile: fixed mapping (no r->v conversion for addresses beteween hdrs end and the first mapped sec) 2016-11-06 18:45:07 +01:00
hasherezade c301e90362 [BUGFIX] Fixed raw to virtual mapping - check if the address is below the first virtual section. Some comments added. 2016-11-06 17:23:45 +01:00
hasherezade 524f4c44c1 [BUGFIX] Fixed minimal virtual size (in PEFile) 2016-11-06 16:01:27 +01:00
hasherezade b07da2661d [BIGFIX] Fixed RVA to raw mapping (for addresses below first section address) 2016-11-06 14:52:37 +01:00
hasherezade f482173388 [REFACT] Removed new lines at the end of logged lines 2016-11-05 03:30:07 +01:00
hasherezade 5b41545749 [FEATURE] Log everything via Logger 2016-11-05 03:06:34 +01:00
hasherezade 065cb9ed0c [BUGFIX] Fixed RVA/raw convertions (addresses before sections) 2015-03-12 13:46:57 +01:00
hasherezade 8aa9ac1628 [BUGFIX] Fixed RVA/raw convertions (allow roundup) 2015-03-11 21:22:43 +01:00
hasherezade 51cc13c114 [BUGFIX] Fixed RVA/raw convertions 2015-03-11 21:17:17 +01:00
hasherezade 86f25b8da4 [REFACT] In Executable: getEntryPoint - added possiblility to specify
address type.
2015-02-22 14:24:01 +01:00
hasherezade bf9cdcb5d6 [BUGFIX] Defined maximal section count (SectHdrsWrapper::SECT_COUNT_MAX) 2015-01-13 11:43:56 +01:00
hasherezade 1feb3ba61d [FEATURE] Added function: unbind imports 2014-09-20 22:07:21 +02:00
hasherezade 3e5d81eab9 [BUGFIX] In PEFile: in extendLastSection : include overlay if neccessery 2014-09-19 20:12:01 +02:00
hasherezade 6ded48322d [REFACT] In PEFile: added func. : canAddNewSection 2014-09-19 15:30:36 +02:00
hasherezade 367eebcbc1 [REFACT] Added func. get/set characteristics in SectHdrsWrapper 2014-09-19 14:40:46 +02:00
hasherezade d78fb0866c [FEATURE] In PEFile: added func.: extendLastSection 2014-09-19 14:16:32 +02:00
hasherezade f8af2d7203 [W-I-P] addEntry returns pointer to and added Entry 2014-09-14 13:06:34 +02:00
hasherezade 2387cb5997 [FEATURE] Added function: setEntryPoint 2014-09-11 20:01:58 +02:00
hasherezade 45a653b9d5 [BUGFIX] In PEFile: addNewSection: added characteristics 2014-09-10 22:43:34 +02:00
hasherezade 107c993f41 [FEATURE] Added func. : createSectionView 2014-09-10 21:07:11 +02:00
hasherezade afe6434568 [FEATURE] In buffers added: resize 2014-09-08 23:55:18 +02:00
hasherezade 9a7633551d [W-I-P] Added func.: addNewSection 2014-09-08 21:35:54 +02:00
hasherezade 75921d1672 [FEATURE] Added: secdump command - dumping section content 2014-08-27 20:48:18 +02:00
hasherezade 8ee2ba3b9f [BUGFIX] Fixed invalid wrapper initialization 2014-08-26 21:09:51 +02:00
hasherezade 7f36dab309 [REFACT] PEFile do not inherit DOSExe 2014-08-26 13:42:40 +02:00
hasherezade 32de0a3475 [REFACT] PEFile::moveDataDirEntry throws exception 2014-08-26 10:57:37 +02:00
hasherezade e5077bed39 [FEATURE] Added: moving Data Directory to a chosen offset 2014-08-25 23:56:11 +02:00
hasherezade 278f4842d5 [REFACT] In Executables: changed converting functions names. In ImportDirWrapper - cleanup 2014-08-25 18:11:58 +02:00
hasherezade 22edcb2b6c [REFACT] In Executables: removed redundant convertion param 2014-08-25 17:23:05 +02:00
hasherezade e1332920fc [BUGFIX] In Executables: cleaned up addr. convertions 2014-08-25 17:10:50 +02:00
hasherezade abadc874c9 [BUGFIX] Fixed: DOS Header wrapper destruction (bug from previous commit) 2014-08-25 15:48:23 +02:00
hasherezade 1aeb332396 [REFACT] In PEFile: changed DataDir wrapping 2014-08-25 15:00:20 +02:00
hasherezade 07579e1c9e [REFACT] Update sections count via PEFile 2014-08-24 13:03:01 +02:00
hasherezade e3edd05408 [BUGFIX] Check for NULL buffer before signature check 2014-08-18 20:09:53 +02:00
kotek 0d163f303c [W-I-P] Added Builder for each Executable type 2014-08-17 10:33:34 +02:00
hasherezade 318b3d15a0 [INIT] Initial commit 2014-08-16 18:50:39 +02:00