Skip to content

Commit

Permalink
Dev (#53)
Browse files Browse the repository at this point in the history
* Enhance documentation for the project (#41)

Co-authored-by: Br4guette <[email protected]>

* Add build docs

* Add more docs (#42)

* Enhance documentation for the project

* Update docs

---------

Co-authored-by: Br4guette <[email protected]>

* Add references (#43)

* Enhance documentation for the project

* Update docs

* add references

---------

Co-authored-by: Br4guette <[email protected]>

* Add references

* Add title

* Title 2

* add : mkdocs navigation references

* document codes

* fix typo

* typo

* fix typo

* fix typo in utils

* fix docs in tutorials.md

* add : How to use documentation
rename : tuto to installation
add : documentation for windows
fix : mkdocs add paths

* Add other OS documentation

* fix how to

* fix : typo in docs

* fix : typo

* fix: typo in index

* add : dark mode

* add : colors on documentation

* fix: diataxis

* Fix colors

* fix readme

* Fix dumpfiles (#46)

* fix : Dumpfile issue with parameters

* test : Create test for dumpfiles

* fix context builder

* fix dumpfiles : dumpfiles can now be passed with arguments

* tests: add tests for each parameters of dumpfiles
fix: add markers on tests to easily execute a bunch of test instead of the complete file

* fix : kwargs value in set_arguments was setted to int directly

* add : Add test fonctions to test dumpfiles with a virtaddr but not able to test locally

* add : add pytest decorator markers to pslist_pid

---------

Co-authored-by: Br4guette <[email protected]>

* fix: fix error, function without parameter return an error

* sorry

* fix typing information (#47)

* Fix/get plugins (#48)

* fix  : bad import on v3_plugins_mod
fix :  poetry lock modfied due to update dependacies
fix : windows setargs

* remover useless info

---------

Co-authored-by: Br4guette <[email protected]>

* Fix: Correct dict.get() usage in TreeGrid_to_json renderer and remove debug print

- Corrected the usage of dict.get() method by removing keyword arguments and using positional arguments instead.
- Ensured the render method returns a dictionary as expected.
- Updated the to_list method to properly call the render method and handle exceptions.
- Improved the docstrings to reflect the correct return types and behaviors of the methods.
- Removed a debug print statement introduced in a previous commit.

This fixes the TypeError and ensures the TreeGrid is properly rendered to JSON format.

* oops

* fix to dataframe

* add test for volatility (#49)

Co-authored-by: Br4guette <[email protected]>

* fix: poetry lock

* fix: pytest

---------

Co-authored-by: Br4guette <[email protected]>
Co-authored-by: St0n14 <[email protected]>
Co-authored-by: Yann MAGNIN <[email protected]>
  • Loading branch information
4 people authored Jul 25, 2024
1 parent 7eae85f commit 5c72865
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 44 deletions.
50 changes: 8 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ doc = [
]

[tool.poetry.dev-dependencies]
pytest = "^6.2"
pytest = "^7.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6"
Expand Down
2 changes: 1 addition & 1 deletion tests/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pathlib import Path

DUMP_FILE = Path("./data/dump.raw")
DUMP_FILE = Path("./data/dump.raw")

0 comments on commit 5c72865

Please sign in to comment.