Commit Graph
3506 Commits
Author SHA1 Message Date
ikelosandGitHub 42d0a6cbd2 Merge pull request #837 from volatilityfoundation/issues/issue829
Windows: When constructing a buffer, manually dereference onto the native layer
2022-09-21 21:03:29 +01:00
Mike Auty 4985dcd9a3 Windows: When constructing a buffer, manually dereference onto the native layer 2022-09-21 20:53:41 +01:00
ikelosandGitHub fe76207d7e Merge pull request #828 from digitalisx/update/api-changes
Add: `API_CHANGES.md` description for `2.3.1` version.
2022-09-21 19:46:57 +01:00
ikelosandGitHub b58a16b156 Merge pull request #834 from paulkermann/bugfix/windows_csv_lineterminator
Bugfix CSV format line terminator
2022-09-21 19:45:29 +01:00
Paul Kermann 97638ffc0d fix lineterminator 2022-09-12 16:35:31 +03:00
ikelosandGitHub a2185b7714 Merge pull request #824 from digitalisx/fix/typo
Fix: typo for `.style.yapf` file.
2022-09-05 11:32:56 +01:00
ikelosandGitHub b64041520f Merge pull request #825 from digitalisx/fix/comments
Fix: duplicate code comments for `windows.cachedump` plugin.
2022-09-05 11:32:31 +01:00
ikelosandGitHub 86860e6c01 Merge pull request #826 from digitalisx/fix/unused-module
Fix: duplicate module for `windows.ldrmodules` plugin.
2022-09-05 11:31:57 +01:00
ikelosandGitHub 1e801cae55 Merge pull request #827 from digitalisx/fix/license
Fix: duplicate paragraph for `LICENSE`.
2022-09-05 11:31:15 +01:00
Donghyun Kim 626e352b18 Add: api changes description for 2.3.1 version 2022-09-04 03:15:28 +09:00
Donghyun Kim 9e578e66da Remove: duplicate paragraph 2022-09-04 02:59:26 +09:00
Donghyun Kim 3da028c734 Remove: unused module 2022-09-04 02:54:26 +09:00
Donghyun Kim a49e7cfeca Fix: duplicate comments 2022-09-04 02:43:05 +09:00
Donghyun KimandGitHub 06a1432131 Merge branch 'volatilityfoundation:develop' into fix/typo 2022-09-02 15:50:00 +09:00
Donghyun Kim 4ed534bc84 Fix: typo for yapf style file 2022-09-02 15:48:46 +09:00
Mike Auty 1f1355711d Windows: Fix faulty pdbutil API
Commit 5bc517aa appears to have been a broken merge that removed some
of the changes made to the pdbutil API unintentionally.  This was kindly
pointed out in PR #822 by @digitalisx.
2022-08-30 10:57:01 +01:00
ikelosandGitHub aaf641f14f Merge pull request #823 from digitalisx/fix/typo
Fix: typo for `simple-plugin.rst`.
2022-08-30 10:45:09 +01:00
Donghyun Kim e8b4944f9a Fix: typo for simple-plugin.rst 2022-08-27 01:06:06 +09:00
ikelosandGitHub b3709b55f2 Merge pull request #735 from digitalisx/feature/reg-cert
Plugin: update plugin version, logger, dump options of `Certificates` plugin.
2022-08-25 11:00:17 +01:00
ikelosandGitHub 2529075977 Merge pull request #806 from digitalisx/fix/netstat-err
Fix: create `tcpip_symbol_table` error handling for Windows `netstat` plugin.
2022-08-25 00:18:00 +01:00
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 c02b59b63c Merge branch 'volatilityfoundation:develop' into feature/reg-cert 2022-08-24 21:46:34 +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 0c8d4f75ae Fix: wide exceptions 2022-08-07 16:57:43 +09:00
Donghyun Kim 4f77be32a5 Remove: dump file namespace 2022-08-07 16:30:14 +09:00
Donghyun KimandGitHub b98ccec2e0 Merge branch 'volatilityfoundation:develop' into feature/reg-cert 2022-08-07 16:15:50 +09:00
Donghyun Kim a04cb4e031 Fix: return syntax 2022-08-07 16:13:29 +09:00