Commit Graph
5697 Commits
Author SHA1 Message Date
Andrew Case f17907200d No longer allocate session modules in support of the GUI objects at offset 0. Instantiate objects at the absolute address explicility. 2025-03-10 21:26:58 +00:00
ikelosandGitHub f69bdfad07 Merge pull request #1686 from volatilityfoundation/fix_fbdev
Update fbdev plugin to gracefully handle old/broken symbol tables
2025-03-10 19:47:13 +00:00
ikelosandGitHub 6ac7c1edb1 Merge pull request #1656 from volatilityfoundation/fix_linux_networking_paths
Fix broken code and APIs in Linux networking paths
2025-03-10 19:44:39 +00:00
ikelosandGitHub 831eea5daa Merge pull request #1696 from volatilityfoundation/fix_symbol_table_api
Fix symbol table PDB API that mixes returns, None values, and exceptions
2025-03-10 19:37:50 +00:00
ikelosandGitHub 1c5fdccf1e Merge pull request #1673 from volatilityfoundation/linux_kernel_api_overhaul
Merge two Linux APIs for mapping kernel modules to pointers. Fix bugs…
2025-03-10 19:36:56 +00:00
Andrew Case 6c96ffacdd Update fbdev plugin to gracefully handle old/broken symbol tables 2025-03-10 16:38:30 +00:00
Andrew Case 2d4e0f66d8 Update fbdev plugin to gracefully handle old/broken symbol tables 2025-03-10 16:38:30 +00:00
Andrew Case f7f8cf24cd Address feedback 2025-03-10 16:36:53 +00:00
Andrew Case dad88965e9 Fix broken code and APIs in Linux networking paths 2025-03-10 16:30:16 +00:00
Andrew Case 897069c6d0 Throw more specific exception 2025-03-10 16:27:49 +00:00
Andrew Case 2a99a53784 Make exception throwing consistent in the PDB gathering API. Avoid returning an empty symbol_table name when the PDB cannot be downloaded. 2025-03-10 16:23:00 +00:00
Andrew Case a4bbdfdded Make exception throwing consistent in the PDB gathering API. Avoid returning an empty symbol_table name when the PDB cannot be downloaded. 2025-03-10 16:23:00 +00:00
Andrew Case 9e4fdbf8ef Address feedback 2025-03-10 16:21:56 +00:00
ikelosandGitHub d3799022ef Merge pull request #1698 from DT9/patch-1
README: Modern shell / Python3 Fix for local installation
2025-03-10 10:15:06 +00:00
ikelosandGitHub 083974d755 Merge pull request #1697 from volatilityfoundation/stabilize_poolscanning_symbol_tables
Ensure that new symbol tables are only created when needed. Avoid nam…
2025-03-10 09:26:17 +00:00
DandGitHub 66df9f2066 Modern shell / Python3 Fix 2025-03-10 15:57:29 +09:00
Andrew Case b8c0b1eaa8 Add missing files 2025-03-10 03:39:57 +00:00
Andrew Case 7289f7dc70 Ensure that new symbol tables are only created when needed. Avoid name collisions leading to inconsistent behaviour. Make API for symbol table acquisition sane. 2025-03-10 03:27:56 +00:00
Andrew CaseandDavid McDonald 3eae04c1e8 Add removal_date to deprecation API 2025-03-09 22:23:33 -05:00
Andrew CaseandDavid McDonald 6cabb0586b Add removal_date to deprecation API 2025-03-09 22:23:33 -05:00
Andrew CaseandDavid McDonald 4a87bf506a Add new deprecation module 2025-03-09 22:23:33 -05:00
Andrew CaseandDavid McDonald b68b4f3e72 Bring back change after merge conflict 2025-03-09 22:23:33 -05:00
Andrew CaseandDavid McDonald 6a32aa4b6a Deprecation API updates 2025-03-09 22:23:33 -05:00
ikelosandDavid McDonald 00678fbf19 Update volatility3/framework/plugins/linux/hidden_modules.py
Ensure black doesn't complain
2025-03-09 22:23:33 -05:00
636bb10f9f Update volatility3/framework/plugins/linux/hidden_modules.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
2025-03-09 22:23:33 -05:00
Andrew CaseandDavid McDonald 2ead4d3dc6 update for black 2025-03-09 22:23:33 -05:00
Andrew CaseandDavid McDonald bdc3443c13 Merge two Linux APIs for mapping kernel modules to pointers. Fix bugs in new API. Add deprecation warnings throughout old API. 2025-03-09 22:23:33 -05:00
ikelosandGitHub b99918c423 Merge pull request #1694 from j-t-1/comment
Remove comment
2025-03-09 13:07:49 +00:00
ikelosandGitHub f008edbb33 Merge pull request #1695 from j-t-1/capstone
Remove duplicate reference of capstone
2025-03-09 12:45:52 +00:00
j-t-1andGitHub 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-1andGitHub 2e56787bf2 Remove comment
These mypy issues are now closed.
2025-03-09 09:21:20 +00:00
j-t-1andGitHub 5b088561db Remove comment and handling of an empty pid_list
These mypy issues are now closed.
2025-03-09 08:55:15 +00:00
ikelosandGitHub 78794aaad8 Merge pull request #1693 from volatilityfoundation/fix_handles_api
Fix handles API and callers. Bump version number and requirements
2025-03-08 23:41:51 +00:00
Andrew Case 9919c1e614 Fix handles API and callers. Bump version number and requirements 2025-03-08 22:49:16 +00:00
ikelosandGitHub 67b8f2ce47 Merge pull request #1691 from volatilityfoundation/fix_deecopy_call
Remove deepcopy call in pe_symbols. Validate wanted symbol informatio…
2025-03-08 20:52:12 +00:00
ikelosandGitHub c8fcf97645 Merge pull request #1674 from volatilityfoundation/change_reported_type
Change the type information reported for missing attributes
2025-03-08 20:30:58 +00:00
5f8e7e58a4 Update volatility3/framework/plugins/windows/pe_symbols.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
2025-03-08 14:12:11 -06:00
Andrew Case 2225548079 Remove deepcopy call in pe_symbols. Validate wanted symbol information passed through resolving functions 2025-03-08 19:59:57 +00:00
ikelosandGitHub 50306e82af Merge pull request #1690 from volatilityfoundation/fix_poolscanner_api
Convert poolscanning APIs to new coding standards
2025-03-08 18:24:52 +00:00
Andrew Case 539a94117a Add missing change 2025-03-08 17:27:50 +00:00
Andrew Case f69b00b48c Convert poolscanning APIs to new coding standards 2025-03-08 17:21:27 +00:00
ikelosandGitHub d53d94da2d Merge pull request #1679 from Abyss-W4tcher/improve_lsadump_rendering
windows.lsadump: Improve secret readability
2025-03-08 13:17:51 +00:00
ikelosandGitHub 0f5e5697ef Merge pull request #1689 from j-t-1/complex
Tweak complex plugin documentation
2025-03-08 13:17:07 +00:00
j-t-1andGitHub 475c1e163c Tweak complex plugin documentation 2025-03-08 12:58:25 +00:00
Abyss Watcher 603ecbb486 render secret with HexBytes 2025-03-08 12:29:34 +01:00
j-t-1andGitHub 0dbd8c0ec1 Tweak complex plugin documentation 2025-03-08 08:30:41 +00:00
j-t-1andGitHub 7f87f8eee0 Tweak complex plugin documentation 2025-03-08 08:27:01 +00:00
ikelosandGitHub 5347bb8168 Merge pull request #1634 from volatilityfoundation/issues/issue1480
Symbols: Restore previous protection for non-native missing types
2025-03-08 00:57:16 +00:00
ikelosandGitHub d13cf7ae22 Merge pull request #1681 from volatilityfoundation/fix_dos_reconstruct_calls
Fix error handling and reporting around PE reconstruction calls
2025-03-08 00:55:57 +00:00
Andrew Case 0d3b155766 Change debug to warning to always notify user 2025-03-08 00:50:51 +00:00