-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address issue added in 0.1.2 on hosts with more than 256Mb memory
- Loading branch information
Showing
6 changed files
with
47 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "avml" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
license = "MIT" | ||
description = "A portable volatile memory acquisition tool" | ||
authors = ["[email protected]"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
00000000-00000fff : Reserved | ||
00001000-0009ffff : System RAM | ||
000c0000-000fffff : Reserved | ||
000f0000-000fffff : System ROM | ||
00100000-3eeecfff : System RAM | ||
0be00000-0ca01160 : Kernel code | ||
0ca01161-0d4396bf : Kernel data | ||
0d6ba000-0dbfffff : Kernel bss | ||
3eeed000-3eef1fff : ACPI Tables | ||
3ef1b000-3ff9afff : System RAM | ||
3ffb7000-3ffb8fff : Unknown E820 type | ||
3ffbb000-3ffbbfff : Unknown E820 type | ||
3ffbe000-3ffbefff : Unknown E820 type | ||
3ffc1000-3ffc1fff : Unknown E820 type | ||
3ffc4000-3ffc5fff : Unknown E820 type | ||
3ffc8000-3ffc8fff : Unknown E820 type | ||
3fff3000-3fffafff : ACPI Tables | ||
3fffb000-3fffefff : ACPI Non-volatile Storage | ||
3ffff000-3fffffff : System RAM | ||
40000000-407fffff : 5620e0c7-8062-4dce-aeb7-520c7ef76171 | ||
fec00000-fec00fff : PNP0003:00 | ||
fee00000-fee00fff : Local APIC | ||
fee00000-fee00fff : PNP0003:00 | ||
100000000-19fffffff : System RAM |