forked from ShaneK2/inVtero.net
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangelog.txt
44 lines (25 loc) · 1.24 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
-- Dec'26'15
** Fixed a bug in Mem.cs in bit masking, caused all pages to resolve to the same address
** Improved VMWare support, no need for vmss2core, tested for VMWare format 11/12
** Doing a deep copy with DetectdProc need to see if there is some state issues or if we can recycle
** ExtractAS will reject an EPTP if a single grouped Process fails entirely (0 PTE entries able to be reconciled)
**** Should add a force option to keep trying regardless, however this is likely/maybe a waste
** DumpASToFile is a bit more functional now.
-- Dec'15
** .NET 461
** PAGEDUMP64 file format support
** VMWare support workaround (convert or use memory run data from vmss2core)
** Fixes for non-hypervisor based process idnetification
** Big perf boost with page cache over mapped files
** Fixes to InlineExtract
----
** Fixed misc options, page cache working well
** brought back bitmap index from RaptorDB
** Added Linux support, works for Ubuntu ;) 3.x -> 4.x will test more
** Started changelog
** Removed Serial (non parallized code paths)
** Restructured class hierarchy
** Removed RaptorDB in favor of simple protocol-buf
** Generic scanning modes for unknown OS's (VMCS has always been generic)
** Changed error checking, added exceptions
**