j-t-1 and GitHub
bec2fb4c7f
Add newlines to README.md
...
Purely for readability.
2025-09-06 10:09:28 +01:00
j-t-1 and GitHub
bb4cee7071
Tweak comments
...
Also remove zeroes starting a slice.
2025-05-29 06:47:03 +01:00
j-t-1 and GitHub
8bc2271e6f
Remove extra word in comment
2025-05-17 09:31:19 +01:00
j-t-1 and GitHub
c93d2248d1
Remove extra word in comment
2025-05-17 09:30:52 +01:00
j-t-1 and GitHub
4eef4c0084
Remove extra word in comment
2025-05-17 09:30:15 +01:00
j-t-1 and GitHub
c1d1c66daf
Remove extra word in comment
2025-05-17 09:28:49 +01:00
j-t-1 and GitHub
f79d0cb5ef
Align SeCreateTokenPrivilege with the other privileges
2025-05-16 20:10:50 +01:00
j-t-1 and GitHub
ff5d736f94
Amend SvcDiff comments at top of file
...
Previously contained information about Skeleton_Key_Check, change this to be about SvcDiff.
2025-04-17 20:35:38 +01:00
j-t-1 and GitHub
2074b8fb23
Remove duplicate reference of capstone
...
The capstone dependency under test is not needed, because test references volatility3[dev] which references volatility3[full,cloud], and full has the capstone dependency.
2025-03-09 10:47:51 +00:00
j-t-1 and GitHub
2e56787bf2
Remove comment
...
These mypy issues are now closed.
2025-03-09 09:21:20 +00:00
j-t-1 and GitHub
5b088561db
Remove comment and handling of an empty pid_list
...
These mypy issues are now closed.
2025-03-09 08:55:15 +00:00
j-t-1 and GitHub
475c1e163c
Tweak complex plugin documentation
2025-03-08 12:58:25 +00:00
j-t-1 and GitHub
0dbd8c0ec1
Tweak complex plugin documentation
2025-03-08 08:30:41 +00:00
j-t-1 and GitHub
7f87f8eee0
Tweak complex plugin documentation
2025-03-08 08:27:01 +00:00
j-t-1 and GitHub
5c21f4a526
Small readability improvements
2025-01-10 19:08:56 +00:00
j-t-1 and GitHub
a26ff8fa6e
Small readability improvements
2025-01-10 19:03:51 +00:00
j-t-1 and GitHub
530617a700
Small readability improvements
2025-01-10 11:52:54 +00:00
j-t-1 and GitHub
32cb6e11f6
Change one letter of a typo
2025-01-07 19:41:02 +00:00
j-t-1 and GitHub
b5bc54cfae
Use in-place subtraction
...
Also tweak comments.
2025-01-07 15:18:34 +00:00
j-t-1 and GitHub
94ec7d89c0
Tiny comment changes
2025-01-05 21:55:58 +00:00
j-t-1 and GitHub
8f4f576e93
Update case insensitive check
...
Update link and use casefold() instead of lower().
2025-01-05 21:09:15 +00:00
j-t-1 and GitHub
ab60add993
Update case insensitive check
...
Update link and use casefold() instead of lower().
2025-01-05 17:14:21 +00:00
j-t-1 and GitHub
5f1d318c71
Tiny comment changes
2025-01-05 13:39:00 +00:00
j-t-1 and GitHub
32ca62bbb1
Make f-string slightly more readable
2025-01-03 15:20:35 +00:00
j-t-1 and GitHub
21077f909f
Sort imports and swap two assignments
2024-12-30 22:28:47 +00:00
j-t-1 and GitHub
28ff910d62
Use rsplit instead of split
...
Since we want to split rightmost only.
2024-12-30 10:58:38 +00:00
j-t-1 and GitHub
52a643d5b7
Use enumerate for readability
2024-12-29 20:29:03 +00:00
j-t-1 and GitHub
37873f9e15
Remove superfluous spaces in intermed.py
2024-12-28 16:58:24 +00:00
j-t-1 and GitHub
834b7d0f07
Make ETHREAD year check dynamic
...
Change upper bound year check of ETHREAD to be a decade from now. Makes consistent with EPROCESS.
2024-12-28 14:58:12 +00:00
j-t-1 and GitHub
4c430d2ec4
Use BasicTypes variable
...
This removes a "float", which should be excluded.
2024-12-26 07:27:45 +00:00
j-t-1 and GitHub
79fe1c50df
Tweak configuration.py
...
Create a tuple directly and replace random.choice by random.choices.
2024-12-24 19:42:05 +00:00
j-t-1 and GitHub
df37f0a909
Reformat how to write a simple plugin
2024-12-23 15:34:17 +00:00
j-t-1 and GitHub
9d4dd010a7
Reformat how to write a simple plugin
2024-12-23 15:28:40 +00:00
j-t-1 and GitHub
b9fa217d79
Add a required framework version
...
Added _required_framework_version and set it to the same value (2, 0, 0) as its plugin requirement of svcscan. Also tweaked one comment.
2024-12-21 18:48:12 +00:00
j-t-1 and GitHub
104cf0f6a1
Merge branch 'volatilityfoundation:develop' into Volshell
2024-12-21 06:16:28 +00:00
j-t-1 and GitHub
bed03dfbc7
Refactor check of BasicType
...
The intention is either a BasicType or a list where each element is only a BasicType (and not a list).
2024-12-21 06:15:35 +00:00
j-t-1 and GitHub
cc8fbd5b68
Tweak a comment
2024-12-20 17:34:52 +00:00
j-t-1 and GitHub
89564cca66
Revert one f-string
...
As part of the ruff linting we did recently all vollog messages should have explicitly been reverted back to %-formatting.
2024-12-20 05:48:42 +00:00
j-t-1 and GitHub
59a5e85b50
Reorder requirements by type
2024-12-19 17:36:42 +00:00
j-t-1 and GitHub
4fe3db50df
Reorder requirements by type
2024-12-19 16:32:30 +00:00
j-t-1 and GitHub
a11131b3d4
Update how to write a simple plugin
2024-12-19 14:59:58 +00:00
j-t-1 and GitHub
0e0c959cd0
Swap two letters in a typo
2024-12-19 12:21:20 +00:00
j-t-1 and GitHub
c56d9334f8
Tweak comment
2024-12-19 12:00:27 +00:00
j-t-1 and GitHub
95e103d9ea
Remove commented out import
2024-12-19 10:35:34 +00:00
j-t-1 and GitHub
a180ae4072
Merge branch 'volatilityfoundation:develop' into doc
2024-12-19 06:08:42 +00:00
j-t-1 and GitHub
a9417edd28
Slightly modify documentation
2024-12-18 17:49:56 +00:00
j-t-1 and GitHub
2010dbd713
Merge branch 'volatilityfoundation:develop' into doc
2024-12-18 17:42:01 +00:00
j-t-1 and GitHub
1e2900d587
Slightly modify documentation
2024-12-18 17:39:03 +00:00
j-t-1 and GitHub
c865f4892c
Slightly modify documentation
2024-12-18 17:36:05 +00:00
j-t-1 and GitHub
cf7aabead4
Change semi-colon to colon
2024-12-18 08:12:49 +00:00
j-t-1 and GitHub
860a8146fb
Use floor division
2024-12-18 06:44:23 +00:00
j-t-1 and GitHub
3da14b3873
Use generator expressions
...
PEP 289 – Generator Expressions.
2024-12-18 06:40:19 +00:00
j-t-1 and GitHub
ae1079f923
Use generator expressions
...
PEP 289 – Generator Expressions.
2024-12-17 20:52:29 +00:00
j-t-1 and GitHub
eeb7cf7131
Use generator expressions
...
PEP 289 – Generator Expressions.
2024-12-17 20:50:38 +00:00
j-t-1 and GitHub
daf7765774
Use generator expressions
...
PEP 289 – Generator Expressions.
2024-12-17 20:48:42 +00:00
j-t-1 and GitHub
c8e2347a0f
Use generator expressions
...
PEP 289 – Generator Expressions.
2024-12-17 20:47:36 +00:00
j-t-1 and GitHub
60ca997107
Use generator expressions
...
PEP 289 – Generator Expressions.
2024-12-17 20:40:54 +00:00
j-t-1 and GitHub
d76bf96f36
Use generator expressions
...
PEP 289 – Generator Expressions.
2024-12-17 20:25:10 +00:00
j-t-1 and GitHub
6e3defc677
Merge branch 'volatilityfoundation:develop' into library
2024-12-17 19:22:48 +00:00
j-t-1 and GitHub
24e1904376
Modify using as a library documentation
...
Tiny changes.
2024-12-17 19:22:35 +00:00
j-t-1 and GitHub
b37923c183
Remove use of int function after math.ceil
...
Return type of math.ceil is already an int.
2024-12-16 17:08:37 +00:00
j-t-1 and GitHub
02b11b44a2
Remove use of int function after math.ceil
...
Return type of math.ceil is already an int.
2024-12-16 16:59:58 +00:00
j-t-1 and GitHub
c8c39837ab
Tiny change text_renderer.py
2024-12-15 19:26:22 +00:00
j-t-1 and GitHub
31492f4ab8
Rectify maximum repetition of verbose flag
...
From four to six (-vvvvvv).
2024-12-14 15:50:50 +00:00
j-t-1 and GitHub
b235ed05b7
Update the CLI manual documentation
2024-12-12 18:50:23 +00:00
j-t-1 and GitHub
c740a6c770
Modify using as a library documentation
...
Tiny changes.
2024-12-12 18:14:35 +00:00
j-t-1 and GitHub
d77d696e2b
Tweak the getting started windows tutorial
2024-12-12 17:49:25 +00:00
j-t-1 and GitHub
e31e13f471
Tweak the getting started mac tutorial
2024-12-12 17:44:01 +00:00
j-t-1 and GitHub
6ffef285f4
Tweak the getting started linux tutorial
2024-12-12 17:36:51 +00:00
j-t-1 and GitHub
58a9c3d6da
Slightly modify documentation
...
Include regex_scan, new functionality of volshell. Add Intermediate Symbol File (ISF) to glossary.
2024-12-12 07:20:30 +00:00
j-t-1 and GitHub
3d260f3829
Slightly modify documentation
...
Include regex_scan, new functionality of volshell.
2024-12-11 12:42:20 +00:00
j-t-1 and GitHub
fc33fd9127
Slightly modify documentation
...
Include regex_scan, new functionality of volshell.
2024-12-10 17:14:59 +00:00
j-t-1 and GitHub
39cb75acca
Slightly modify documentation
...
Include regex_scan, new functionality of volshell.
2024-12-10 17:02:48 +00:00
j-t-1 and GitHub
0b2f4fdeb7
Remove redundant part of if statement
...
Also reorder imports.
2024-12-10 12:26:39 +00:00
j-t-1 and GitHub
faa6cab797
Remove redundant part of if statement
...
Also reorder imports.
2024-12-10 12:16:42 +00:00
j-t-1 and GitHub
4bccf11629
Remove redundant part of if statement
...
Also reorder imports.
2024-12-10 11:31:16 +00:00
j-t-1 and GitHub
fdd49d0921
Slightly modify documentation
2024-12-10 10:11:26 +00:00
j-t-1 and GitHub
1cde9ae06e
Slightly modify volshell.rst
2024-12-10 09:46:28 +00:00
j-t-1 and GitHub
45f9064623
Cosmetic changes to documentation
2024-12-07 17:11:49 +00:00
j-t-1 and GitHub
e165c78ba7
Cosmetic changes to documentation
2024-12-07 16:37:39 +00:00
j-t-1 and GitHub
04d2554442
Cosmetic changes to documentation
2024-12-07 16:36:18 +00:00
j-t-1 and GitHub
97698cc5ed
Cosmetic changes to documentation
2024-12-07 16:29:58 +00:00
j-t-1 and GitHub
9ebc0bd90d
Cosmetic changes to documentation
2024-12-07 16:20:45 +00:00
j-t-1 and GitHub
93a47e811b
Small documentation changes
2024-12-06 21:52:51 +00:00
j-t-1 and GitHub
846403115a
Small documention changes
2024-12-06 16:00:03 +00:00
j-t-1 and GitHub
f11ef06c27
PEP 488 – Elimination of PYO files
...
Python 3.5 implememted PEP 488, eliminating .pyo files.
2024-12-05 21:30:20 +00:00
j-t-1 and GitHub
5acf8858d9
PEP 488 – Elimination of PYO files
...
Python 3.5 implememted PEP 488, eliminating .pyo files.
2024-12-05 18:31:04 +00:00