Commit Graph

26 Commits

Author SHA1 Message Date
hasherezade 8ff8f54a73 [FEATURE] In enum_workingset: collect more information about the regions 2022-08-29 18:28:35 -07:00
hasherezade 7cedd5faab [REFACT] Moved counting entried into utils. Fixed comments 2020-07-28 04:02:23 +02:00
hasherezade 41c5fdb0a9 [BUGFIX] Fetch last error only if VirtualQueryEx has failed. (Issue #68) 2020-07-27 04:11:06 +02:00
hasherezade 5c5b20ddea [BUGFIX] Fixed condition for skipping the page 2020-07-27 02:35:30 +02:00
hasherezade ef755317fd [BUGFIX] Fixed condition for skipping the page 2020-07-27 02:30:30 +02:00
hasherezade 1bc4dda285 [BUGFIX] Break if ERROR_BAD_LENGTH and out_size different than expected 2020-07-27 02:08:44 +02:00
hasherezade 5bc3e2340e [BUGFIX] In workingset enum: leave original BaseAddress 2020-07-20 23:46:04 +02:00
hasherezade fc0ea264e6 [BUGFIX] Fixed scanning workingset by 32 bit scanner. Allow for ERROR_BAD_LENGHT 2020-07-12 23:10:55 +02:00
hasherezade e0535c4c4c Revert "[BUGFIX] Undo: In enum_workingset: prevent the function from stucking (causing incomplete scan"
This reverts commit c2feb61553.
2020-07-12 22:15:01 +02:00
hasherezade c2feb61553 [BUGFIX] Undo: In enum_workingset: prevent the function from stucking (causing incomplete scan 2020-07-12 21:50:21 +02:00
hasherezade eed95ee563 [BUGFIX] On query workingset: throw error on ERROR_BAD_LENGHT 2020-07-12 19:17:38 +02:00
hasherezade 3bf7892703 [BUGFIX] In enum_workingset: prevent from stucking on ERROR_BAD_LENGTH 2020-07-12 18:21:14 +02:00
hasherezade 4b67a504c1 [BUGFIX] In enum_workingset: prevent the function from stucking 2020-07-12 17:29:30 +02:00
hasherezade ab328145aa [BUGFIX] Removed upper limit for scanned page address 2020-06-06 10:06:34 +02:00
hasherezade 0e317bcf5b [REFACT] Wrap more utils in a namespace pesieve::util 2020-06-03 01:29:55 +02:00
hasherezade 2bdef0e402 [BUGFIX] Fixed invalid address limits for workingset_enum 2019-08-04 14:06:50 +02:00
hasherezade 73bb735f8c [REFACT] Use fetch_region_size from libpeconv 2019-03-09 04:02:35 +01:00
hasherezade 1440ad098c [BUGFIX] In fetch_region_size: fixed invalid error check 2019-03-08 03:56:50 +01:00
hasherezade 2499f3db31 [BUGFIX] Fixed calculating ImageSize. Filter out invalid pages. 2019-03-06 00:21:53 +01:00
hasherezade 9a059354e6 [BUGFIX] In WorkingSet scan: break scanning the memory region if Access
Denied
2018-12-14 05:07:20 +01:00
hasherezade 19a5f61a72 [REFACT] While dumping the shellcode, take the size from the report. 2018-08-01 17:44:37 +02:00
hasherezade bd4f5ec3bc [REFACT] Use read_remote_memory from libpeconv 2018-04-17 20:53:02 +02:00
hasherezade 681a2f7e0e [REFACT] Function read_remote_mem moved to util 2018-04-11 17:38:31 +02:00
hasherezade b3718790d9 [REFACT] Changed/deleted debug strings 2018-04-08 21:06:55 +02:00
hasherezade a443087a0f [REFACT] Scan full regions rather than individual pages 2018-03-22 20:12:37 +01:00
hasherezade 06e1d11786 [REFACT] Functions related to workingset_enum moved to separate files 2018-03-22 18:30:22 +01:00