Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2024] AArch64 support #1088

Draft
wants to merge 91 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 87 commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
e5f4071
arm layer integrating aarch64 support
Abyss-W4tcher Jan 20, 2024
1fd3708
adapt linux_stacker for aarch64 support
Abyss-W4tcher Jan 20, 2024
490b593
remove irrelevant va_bits comparison
Abyss-W4tcher Jan 20, 2024
c9e7a3b
add volatility license
Abyss-W4tcher Jan 21, 2024
584d5f1
correct return type hinting
Abyss-W4tcher Jan 21, 2024
156eb51
python3.7 compatibility on Literal type
Abyss-W4tcher Jan 21, 2024
f63a6f4
add explicit return None
Abyss-W4tcher Jan 21, 2024
f54c2d1
correct descriptors choices and order
Abyss-W4tcher Jan 21, 2024
1833dbd
debug requirements and descriptions
Abyss-W4tcher Jan 22, 2024
fee620c
parameterize debug
Abyss-W4tcher Jan 22, 2024
720aa60
layer docstring enhancement
Abyss-W4tcher Jan 22, 2024
001e473
set default mappings in cls context
Abyss-W4tcher Jan 22, 2024
8e56198
more granularity for context dependent options
Abyss-W4tcher Jan 22, 2024
f46d2a6
keep only space context values for more clarity
Abyss-W4tcher Jan 22, 2024
8c0c6f6
wrap utilities into functions
Abyss-W4tcher Jan 22, 2024
19e65ea
set correct visibility for (de)canonicalize
Abyss-W4tcher Jan 22, 2024
254a3e7
simplify page size choice
Abyss-W4tcher Jan 22, 2024
bc1712f
be explicit about arm registers and page sizes
Abyss-W4tcher Jan 22, 2024
a2145be
typo
Abyss-W4tcher Jan 22, 2024
edee718
do a quick bruteforce on page size if necessary
Abyss-W4tcher Jan 23, 2024
7b50a34
Merge branch 'volatilityfoundation:develop' into aarch64-support
Abyss-W4tcher Jan 29, 2024
6d60a08
black 24.1.1
Abyss-W4tcher Jan 29, 2024
0e23aee
minor optimizations
Abyss-W4tcher Feb 23, 2024
c10ab69
pass endianness as config
Abyss-W4tcher Mar 5, 2024
6a821e7
add seen banners check
Abyss-W4tcher Mar 5, 2024
37512f9
exception management is less restrictive
Abyss-W4tcher Mar 5, 2024
5355126
add kernel endianness automagic
Abyss-W4tcher Mar 5, 2024
eb872e6
change linux source comment position
Abyss-W4tcher Mar 5, 2024
f994d28
remove initial va_bits calculation method
Abyss-W4tcher Mar 5, 2024
f9f5c0f
calculate va_bits by elimination if no info available
Abyss-W4tcher Mar 5, 2024
66e989b
destroy invalid layers
Abyss-W4tcher Mar 7, 2024
7040645
black formatting
Abyss-W4tcher Mar 7, 2024
65de635
explicit comments + revert and improve va_bits calculation
Abyss-W4tcher Mar 8, 2024
7ad5bb1
Merge branch 'volatilityfoundation:develop' into aarch64-support
Abyss-W4tcher Apr 3, 2024
bc47e76
explain ttb_granule and page_size similarity
Abyss-W4tcher Apr 4, 2024
8978b38
add page related getters
Abyss-W4tcher Apr 4, 2024
6cafcc5
tidy up incremental level variable
Abyss-W4tcher Apr 4, 2024
dc559fc
more generic kernel_banner comment
Abyss-W4tcher Apr 4, 2024
25f94df
handle null va_bits in symbols
Abyss-W4tcher Apr 16, 2024
7aae9c8
decrease banner error log level
Abyss-W4tcher Apr 16, 2024
680d0e4
bits_per_register getter
Abyss-W4tcher Apr 16, 2024
ff0bfc3
move generic getters to the the end
Abyss-W4tcher Apr 16, 2024
b4ab6ee
Merge branch 'volatilityfoundation:develop' into aarch64-support
Abyss-W4tcher Jun 22, 2024
94cb067
Merge branch 'volatilityfoundation:develop' into aarch64-support
Abyss-W4tcher Aug 5, 2024
f55a1cd
add cpu_registers requirement
Abyss-W4tcher Aug 7, 2024
69ee431
add cpu registers attributes mappings
Abyss-W4tcher Aug 7, 2024
cf51013
doc
Abyss-W4tcher Aug 7, 2024
26d92c7
calculate 52 bits mappings once
Abyss-W4tcher Aug 7, 2024
5c63b13
wrapper to read a CPU register field
Abyss-W4tcher Aug 7, 2024
3449de2
hw dirty state management
Abyss-W4tcher Aug 7, 2024
62526b5
linuxaarch64 layer mixin
Abyss-W4tcher Aug 7, 2024
953eec0
imports and minor cleanups
Abyss-W4tcher Aug 7, 2024
f9a54e4
put arch substackers in classes, unify linux kaslr calculations, extr…
Abyss-W4tcher Aug 7, 2024
2e86c11
unify dtb debug statement
Abyss-W4tcher Aug 7, 2024
e6b68e7
use Dict instead of dict for type hinting
Abyss-W4tcher Aug 7, 2024
40f78d6
handle explicit keyerror exception
Abyss-W4tcher Aug 7, 2024
287f029
remove hardcoded register attribute
Abyss-W4tcher Aug 10, 2024
a8a641b
prefer the use of constants to reference technical cpu registers
Abyss-W4tcher Aug 10, 2024
0defdd6
jsonerror raise fix
Abyss-W4tcher Aug 10, 2024
9d05c2f
fix misplaced variables
Abyss-W4tcher Aug 14, 2024
96404f7
precalculate getters
Abyss-W4tcher Aug 14, 2024
07c416c
move _mapping comment up
Abyss-W4tcher Aug 14, 2024
06688a1
switch to a single cpu_registers requirements
Abyss-W4tcher Aug 16, 2024
ec5758a
enhance registers mappings
Abyss-W4tcher Aug 16, 2024
927365b
add register manipulation function
Abyss-W4tcher Aug 16, 2024
20fcc68
switch to a single cpu_registers requirements
Abyss-W4tcher Aug 16, 2024
5798394
arm comments, and typos
Abyss-W4tcher Aug 18, 2024
2bb84d6
wrong page_mask calc (negative int)
Abyss-W4tcher Aug 18, 2024
f7614e3
initial windowsaarch64mixin and windowsaarch64
Abyss-W4tcher Aug 18, 2024
47f8a91
interrupt on missing cpu_registers config
Abyss-W4tcher Aug 18, 2024
7dced24
wrong windows parent class
Abyss-W4tcher Aug 20, 2024
9f609f1
switch kernel_endianness req to struct format
Abyss-W4tcher Aug 21, 2024
2e8a467
add bogus descriptor tables detection
Abyss-W4tcher Aug 21, 2024
b3279f1
switch kernel_endianness req to struct format
Abyss-W4tcher Aug 21, 2024
d706bd7
use is instead of == None
Abyss-W4tcher Aug 22, 2024
c5afe39
cache find_aslr()
Abyss-W4tcher Aug 30, 2024
9676330
add subclass granularity to logging
Abyss-W4tcher Aug 30, 2024
c4766c2
use TTB1 terminology instead of DTB for aarch64
Abyss-W4tcher Aug 30, 2024
cb69983
fix cpu_registers description
Abyss-W4tcher Aug 30, 2024
537b404
add ttbr comments
Abyss-W4tcher Aug 30, 2024
9f17302
use explicit cpu requirements, to prevent confusion
Abyss-W4tcher Sep 5, 2024
d18496f
switch to explicit cpu requirements
Abyss-W4tcher Sep 5, 2024
e1ffb7e
remove json import
Abyss-W4tcher Sep 5, 2024
74b30cc
remove unused imports
Abyss-W4tcher Sep 9, 2024
b682f49
remove aslr_shift from va calculations
Abyss-W4tcher Sep 10, 2024
1f3ab8e
Merge branch 'volatilityfoundation:develop' into aarch64-support
Abyss-W4tcher Sep 12, 2024
59b58a5
handle no kaslr_shift
Abyss-W4tcher Sep 12, 2024
046c806
introduce an explicit class constant for win page size
Abyss-W4tcher Sep 25, 2024
d1e26c9
correct page_mask calculation
Abyss-W4tcher Sep 25, 2024
b302885
enhance dirty state management references
Abyss-W4tcher Oct 8, 2024
5ee05ce
fix canonicalization
Abyss-W4tcher Oct 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading