Commit Graph
3467 Commits
Author SHA1 Message Date
Donghyun Kim f373fd5301 Merge branch 'fix/netstat-err' of https://github.com/digitalisx/volatility3 into fix/netstat-err 2022-08-25 01:47:30 +09:00
Donghyun Kim 8bbcb51bcb Remove: return syntax 2022-08-25 01:47:19 +09:00
Donghyun KimandGitHub 5d50729b25 Merge branch 'volatilityfoundation:develop' into fix/netstat-err 2022-08-25 01:46:31 +09:00
ikelosandGitHub eca239d36b Merge pull request #805 from digitalisx/fix/cache-windows-store
Fix: cache path for python of `Microsoft Store` version.
2022-08-24 16:56:12 +01:00
ikelosandGitHub 0b0e10f344 Merge pull request #724 from digitalisx/fix/ethread
Fix: get `owning_process` method from `_ETHREAD`.
2022-08-24 16:53:40 +01:00
Donghyun KimandGitHub 24241fbf65 Merge branch 'volatilityfoundation:develop' into fix/cache-windows-store 2022-08-24 21:46:49 +09:00
Donghyun KimandGitHub 57c21b9602 Merge branch 'volatilityfoundation:develop' into fix/ethread 2022-08-24 21:46:19 +09:00
ikelosandGitHub 5ed427b8ba Merge pull request #817 from paulkermann/bugfix/metadata_layer_stack
BUGFIX - layer given by lower layer is not returned from the stacker
2022-08-24 09:12:50 +01:00
Paul Kermann 253c4b5bb1 typo 2022-08-24 10:26:04 +03:00
Paul Kermann ed8d240a7c return given layer by base 2022-08-24 10:24:14 +03:00
ikelosandGitHub e4cad2f3b7 Merge pull request #808 from digitalisx/feature/joblinks
Feature: implement `JobLinks` plugin.
2022-08-21 22:01:37 +01:00
ikelosandGitHub 317fea11c3 Merge pull request #814 from digitalisx/fix/constants-typo
Fix: typo for symbol cache.
2022-08-21 21:57:39 +01:00
Donghyun Kim 3e071b563d Fix: typo for symbol table 2022-08-21 05:02:34 +09:00
Donghyun Kim 154659cd0d Fix: typo for cache sqlite schema version 2022-08-21 04:58:54 +09:00
Donghyun Kim 0aedc6a071 Remove: unused module 2022-08-09 15:40:17 +09:00
Donghyun Kim cd6a73939e Refactor: apply code style by yapf 2022-08-09 15:27:39 +09:00
Donghyun Kim 2918c13046 Fix: offset for job entry 2022-08-09 15:24:40 +09:00
Donghyun Kim 3556b2374a Fix: indent for prettier code 2022-08-09 15:22:07 +09:00
Donghyun Kim 65e7b5302c Fix: job detail info to zero 2022-08-09 15:18:11 +09:00
Donghyun Kim ea65649548 Remove: test_windows_joblinks function for test 2022-08-09 15:08:13 +09:00
Donghyun Kim fa686a9fa6 Add: Peb.ProcessParameters.ImagePathName 2022-08-09 15:04:24 +09:00
Donghyun Kim 7bec33b07d Add: debug log code 2022-08-09 14:40:35 +09:00
Donghyun KimandGitHub 51273092ed Merge branch 'volatilityfoundation:develop' into fix/ethread 2022-08-09 03:28:32 +09:00
Donghyun Kim e0edb87d7f Add: EOF 2022-08-09 03:25:21 +09:00
Donghyun Kim 471551fda0 Add: initialize for windows.joblinks plugin 2022-08-09 03:13:40 +09:00
Donghyun Kim a04cb4e031 Fix: return syntax 2022-08-07 16:13:29 +09:00
Donghyun Kim 837e1ef39d Fix: error handling for netstat plugin 2022-08-07 15:58:07 +09:00
Donghyun Kim 989b4c7327 Fix: cache path for python of Windows Store version 2022-08-05 03:08:18 +09:00
Mike Auty f8506862c4 Core: Move jsonschema to dev requirements 2022-08-03 22:59:45 +01:00
Mike Auty 4c4ccbf4e0 Core: Fix remaining LGTM error 2022-08-03 22:03:26 +01:00
Mike Auty 6f991f8d4f Core: Fix up LGTM issues across the codebase 2022-08-03 22:01:21 +01:00
ikelosandGitHub 9ffde40c61 Merge pull request #796 from digitalisx/fix/test
Remove: Unused `pytest` module, duplicate `rc`.
2022-08-02 10:05:16 +01:00
ikelosandGitHub ac677d73b7 Merge pull request #797 from digitalisx/fix/license
Add: license comment (`VSL`) for missing files.
2022-08-02 10:04:18 +01:00
Donghyun Kim 5c76dc88e9 Add: VSL for layers/linear 2022-08-02 14:27:15 +09:00
Donghyun Kim 85a94efd67 Add: VSL for layers/leechcore 2022-08-02 14:27:08 +09:00
Donghyun Kim a78bf32bd8 Add: VSL for layers/avml 2022-08-02 14:26:58 +09:00
Donghyun Kim 54f11d7e18 Add: VSL for automagic/module 2022-08-02 14:26:47 +09:00
Donghyun Kim 9bfa80e59c Add: VSL for initialize file 2022-08-02 14:26:21 +09:00
Donghyun Kim 64621d90e9 Add: VSL for frameworkinfo plugin 2022-08-02 14:20:01 +09:00
Donghyun Kim 95c0ca4ffa Remove: pytest module 2022-08-02 01:47:18 +09:00
ikelosandGitHub 886c2262e0 Merge pull request #782 from volatilityfoundation/feature/context-manager-exceptions
Core: Convert try/except/pass to contextlib.supress
2022-07-31 17:10:57 +01:00
ikelosandGitHub 8561a29029 Merge pull request #783 from utkonos/tryrefactor
Refactor try to reduce size of clause to only what is needed.
2022-07-31 17:09:14 +01:00
ikelosandGitHub bdb6f85b66 Merge pull request #793 from digitalisx/update/devicetree
Plugin: update wide exceptions and test of `DeviceTree` plugin.
2022-07-31 17:06:38 +01:00
ikelosandGitHub d30b7f0b1d Merge pull request #795 from paulkermann/bugfix/sqlite_true
Fix sqlite3 issues in symbol cache
2022-07-31 17:05:16 +01:00
Paul Kermann 5a33acd8f9 bugfix 2022-07-28 17:44:03 +03:00
Donghyun Kim 65d825626e Add: test for windows.devicetree 2022-07-22 21:11:01 +09:00
Donghyun Kim 0fe1f47c9c Fix: support swapped exceptions 2022-07-22 21:10:43 +09:00
Donghyun Kim 74dcf80ded Merge branch 'fix/ethread' of https://github.com/digitalisx/volatility3 into fix/ethread 2022-07-22 01:11:47 +09:00
Donghyun Kim 7755328226 Fix: psscan required framework version bump 2022-07-22 01:11:35 +09:00
Donghyun KimandGitHub f7ca61b443 Merge branch 'volatilityfoundation:develop' into fix/ethread 2022-07-22 01:10:09 +09:00