hasherezade
|
0d6ad17d0d
|
[REFACT][commander] Print info about parser version
v0.2
|
2017-11-19 20:57:42 +01:00 |
|
@hasherezade
|
50261e18dd
|
[NOBIN] Use bearparser from master (bearparser_autobuild.sh)
|
2017-11-19 20:33:33 +01:00 |
|
hasherezade
|
d7dc248b4e
|
[REFACT] Updated bearparser version: 0.2
|
2017-11-19 18:56:02 +01:00 |
|
hasherezade
|
bc823160a5
|
Merge branch 'qt5'
|
2017-11-19 18:11:58 +01:00 |
|
hasherezade
|
438dd0699d
|
[BUGFIX] Fixed extending last section. Fixed function name
(setVirtualSize)
|
2017-02-14 23:35:41 +01:00 |
|
hasherezade
|
cabf8834f5
|
Merge branch 'issue2' into qt5
|
2017-02-13 13:53:23 +01:00 |
|
hasherezade
|
84bf9b8641
|
[BUGFIX] Fix for #2 - use more types from pe_format. Explicit namespace
usage.
|
2017-02-12 23:33:15 +01:00 |
|
hasherezade
|
2f28b4a843
|
Merge branch 'refact1' into qt5
|
2017-02-12 00:13:50 +01:00 |
|
hasherezade
|
e12a7af370
|
[REFACT] Removed redundant cmake defs. Updated autobuild. Small changes
in code
|
2017-02-12 00:08:55 +01:00 |
|
hasherezade
|
5bd83525e2
|
[BUGFIX] Fixes in ResourceDirWrapper
|
2017-02-11 23:40:32 +01:00 |
|
hasherezade
|
8f8b99d72f
|
[BUGFIX] Fixes in pe_format.
|
2017-02-11 23:24:47 +01:00 |
|
hasherezade
|
f477a765b3
|
[W-I-P] Refactoring started
|
2017-02-11 20:45:37 +01:00 |
|
martinix0
|
eb17ce28ba
|
[REFACT] Switched to Qt5
|
2017-02-11 16:41:21 +01:00 |
|
hasherezade
|
826c08c65a
|
Fixed conversions of raw/virtual addresses
v0.1.3
|
2016-11-06 18:54:39 +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
|
17434d1a81
|
[REFACT] Small optimization - store a value in a variable.
|
2016-11-06 17:52:16 +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
|
7e09c56155
|
[REFACT] In toRaw - don't use the function isValidAddr (in Executable.cpp)
|
2016-11-06 16:26:56 +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
|
acf0b0200b
|
Merge branch 'cleanup2'
|
2016-11-06 14:10:58 +01:00 |
|
hasherezade
|
740c4ccdd1
|
[REFACT] Defined namespace explicitly (ExeCommander.cpp)
|
2016-11-06 13:35:29 +01:00 |
|
hasherezade
|
5bb4c10561
|
[REFACT] Added default conditions into switch (ExeCommander.cpp)
|
2016-11-06 13:32:58 +01:00 |
|
hasherezade
|
3115651751
|
[BUGFIX] Fixed namespace (ExeCommander.h)
|
2016-11-06 13:29:41 +01:00 |
|
hasherezade
|
01d62cf590
|
[REFACT] Fixed invalid print type
|
2016-11-06 13:15:36 +01:00 |
|
hasherezade
|
2c969345df
|
[REFACT] [bearcommander] Fixed invalid print type
|
2016-11-05 22:50:16 +01:00 |
|
hasherezade
|
84be9abfd9
|
[REFACT] Cleaned printed types by explicit static cast
|
2016-11-05 22:20:45 +01:00 |
|
hasherezade
|
b97d481199
|
[BUGFIX] Fixed invalid return type (in ImportDirWrapper)
|
2016-11-05 20:51:05 +01:00 |
|
hasherezade
|
40b6c6e5cb
|
[REFACT] Removed redundant check
|
2016-11-05 16:19:22 +01:00 |
|
hasherezade
|
2d6b60bd13
|
[REFACT] Fixed bound import description
|
2016-11-05 16:18:44 +01:00 |
|
hasherezade
|
9328fc1feb
|
Merge branch 'cleanup'
|
2016-11-05 15:49:52 +01:00 |
|
hasherezade
|
f4588c3df6
|
[REFACT] By default log errors only
|
2016-11-05 15:35:03 +01:00 |
|
hasherezade
|
f482173388
|
[REFACT] Removed new lines at the end of logged lines
|
2016-11-05 03:30:07 +01:00 |
|
hasherezade
|
19354f9377
|
[REFACT] Removed new lines at the end of logged lines
|
2016-11-05 03:19:10 +01:00 |
|
hasherezade
|
5b41545749
|
[FEATURE] Log everything via Logger
|
2016-11-05 03:06:34 +01:00 |
|
hasherezade
|
05a409fe17
|
[FEAYURE] Added info about the parser version
|
2016-11-05 02:18:59 +01:00 |
|
hasherezade
|
6e8a19c213
|
[REFACT] Cleaned printed types
|
2016-11-05 02:10:25 +01:00 |
|
hasherezade
|
bf400a0a5b
|
[NOBIN] Added an autobuild script
|
2016-10-31 14:39:22 +01:00 |
|
@hasherezade
|
450f99c91b
|
Update README.md
|
2016-10-31 14:20:03 +01:00 |
|
hasherezade
|
55982e0406
|
Update README.md
|
2015-08-21 13:51:43 +02:00 |
|
sadako88
|
cba51f08d3
|
[FEATURE] Distinguish truncated buffers
|
2015-05-03 03:08:46 +02:00 |
|
hasherezade
|
37b3e60e70
|
[BUGFIX] In ByteBuffer::allocContent - prevent the 'new' operator from throwing bad_alloc exception
v0.1.2
|
2015-05-02 10:03:14 +02:00 |
|
hasherezade
|
2d795e42fc
|
[BUGFIX] In ByteBuffer: fixed critical error - wrong content was deleted on resize
|
2015-05-02 09:56:38 +02:00 |
|
sadako88
|
63e0526a24
|
[BUGFIX] In DOSExe : don't try to map to RVA addresses before the code
start
|
2015-04-30 22:40:59 +02:00 |
|
sadako88
|
5719edf6b8
|
[BUGFIX] In PECommander: validate if the Exe is PE
|
2015-04-29 12:04:53 +02:00 |
|
hasherezade
|
be3e8ca576
|
[BUGFIX] In DOSExe : improved offset convertions
|
2015-04-29 01:48:11 +02:00 |
|
hasherezade
|
085d7de226
|
[BUGFIX] In DOSExe: reverted previous change (ImageBase)
|
2015-04-29 01:32:04 +02:00 |
|
sadako88
|
afc65cbb98
|
[BUGFIX] In DOSExe : change default ImageBase
|
2015-04-28 14:04:08 +02:00 |
|
hasherezade
|
c0148cd968
|
[W-I-P] Started implementing DOSExe
|
2015-04-22 16:05:30 +02:00 |
|
hasherezade
|
2c6c93d726
|
[REFACT] Use new/delete for ByteBuffer alloc/free
|
2015-03-14 21:39:58 +01:00 |
|