Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #57

Merged
merged 45 commits into from
Aug 19, 2024
Merged

Dev #57

merged 45 commits into from
Aug 19, 2024

Commits on Jul 2, 2024

  1. Enhance documentation for the project (#41)

    Co-authored-by: Br4guette <Br4guette@pm.me>
    Ston14 and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c903fee View commit details
    Browse the repository at this point in the history
  2. Add build docs

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    39d1bfe View commit details
    Browse the repository at this point in the history
  3. Add more docs (#42)

    * Enhance documentation for the project
    
    * Update docs
    
    ---------
    
    Co-authored-by: Br4guette <Br4guette@pm.me>
    Ston14 and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cc0b93d View commit details
    Browse the repository at this point in the history
  4. Add references (#43)

    * Enhance documentation for the project
    
    * Update docs
    
    * add references
    
    ---------
    
    Co-authored-by: Br4guette <Br4guette@pm.me>
    Ston14 and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3400634 View commit details
    Browse the repository at this point in the history
  5. Add references

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7cef323 View commit details
    Browse the repository at this point in the history
  6. Add title

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b0c2112 View commit details
    Browse the repository at this point in the history
  7. Title 2

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    84e5bad View commit details
    Browse the repository at this point in the history
  8. add : mkdocs navigation references

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6c5480f View commit details
    Browse the repository at this point in the history
  9. document codes

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a81ed48 View commit details
    Browse the repository at this point in the history
  10. fix typo

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    da1076a View commit details
    Browse the repository at this point in the history
  11. typo

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    738acfc View commit details
    Browse the repository at this point in the history
  12. fix typo

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d1bd493 View commit details
    Browse the repository at this point in the history
  13. fix typo in utils

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    53a97d0 View commit details
    Browse the repository at this point in the history
  14. fix docs in tutorials.md

    Br4guette authored and Br4guette committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f2fd43f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. add : How to use documentation

    rename : tuto to installation
    add : documentation for windows
    fix : mkdocs add paths
    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0c4456c View commit details
    Browse the repository at this point in the history
  2. Add other OS documentation

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    feec9b1 View commit details
    Browse the repository at this point in the history
  3. fix how to

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    50504a2 View commit details
    Browse the repository at this point in the history
  4. fix : typo in docs

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    965c4e2 View commit details
    Browse the repository at this point in the history
  5. fix : typo

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1567869 View commit details
    Browse the repository at this point in the history
  6. fix: typo in index

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4af47a7 View commit details
    Browse the repository at this point in the history
  7. add : dark mode

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    045a091 View commit details
    Browse the repository at this point in the history
  8. add : colors on documentation

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    79d61ab View commit details
    Browse the repository at this point in the history
  9. fix: diataxis

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4d11ea9 View commit details
    Browse the repository at this point in the history
  10. Fix colors

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    05da208 View commit details
    Browse the repository at this point in the history
  11. fix readme

    Br4guette authored and Br4guette committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f51db37 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. 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 <Br4guette@pm.me>
    Ston14 and Br4guette committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    40aa52a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    cdd3f55 View commit details
    Browse the repository at this point in the history
  2. sorry

    St0n14 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    df89499 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    1f51127 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. 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 <Br4guette@pm.me>
    Ston14 and Br4guette committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8d7b9d4 View commit details
    Browse the repository at this point in the history
  2. 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.
    Br4guette authored and Br4guette committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b9771ec View commit details
    Browse the repository at this point in the history
  3. oops

    Br4guette authored and Br4guette committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8adc5aa View commit details
    Browse the repository at this point in the history
  4. fix to dataframe

    Br4guette authored and Br4guette committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1eb8a72 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. add test for volatility (#49)

    Co-authored-by: Br4guette <Br4guette@pm.me>
    Ston14 and Br4guette committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d8516d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge branch 'master' into dev

    Ston14 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    728f451 View commit details
    Browse the repository at this point in the history
  2. fix: poetry lock

    Br4guette authored and Br4guette committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ec9ae6c View commit details
    Browse the repository at this point in the history
  3. fix: pytest

    Br4guette authored and Br4guette committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a9e7c3d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into dev

    Ston14 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6c0bae8 View commit details
    Browse the repository at this point in the history
  5. add documentation

    Br4guette authored and Br4guette committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    78940d4 View commit details
    Browse the repository at this point in the history
  6. add documentation

    Br4guette authored and Br4guette committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    42a9f17 View commit details
    Browse the repository at this point in the history
  7. fix actions

    Br4guette authored and Br4guette committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bef57d1 View commit details
    Browse the repository at this point in the history
  8. add references

    Br4guette authored and Br4guette committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    66fa530 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Fix dependancies (#55)

    * add test for volatility (#49)
    
    Co-authored-by: Br4guette <Br4guette@pm.me>
    
    * back to pydfirram packages
    
    * BAck to stable version
    
    ---------
    
    Co-authored-by: Br4guette <Br4guette@pm.me>
    Co-authored-by: St0n14 <alexis.debrito@lgm.fr>
    3 people committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7225b35 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev

    Ston14 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    97c1610 View commit details
    Browse the repository at this point in the history
  3. remove changelog

    St0n14 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5470572 View commit details
    Browse the repository at this point in the history