Mathieu Tarral

Results 166 issues of Mathieu Tarral

Hi, I have the following `graphql.schema` in my database: ![screenshot from 2018-07-31 16-56-01](https://user-images.githubusercontent.com/964610/43464039-b4498156-94e2-11e8-837c-bfad78b31d86.png) And i'm having an issue when trying to filter a Syscall on the `owned_by` relationship. In fact,...

**Describe the bug** Volatility3 failed to run the SSDT plugin on a windows XP dump `Automagic exception occurred: ValueError: Symbol type not in nt_symbols1 SymbolTable: _ETHREAD` **Context** Volatility Version: `master`...

windows
windows-pdb

For unclear reasons, it is possible to get a DTB that doesn't match an process descriptor in the `handle_breakpoint` Add an exception handler and deal with it

`attach_new_process` should be filtering on the targeted name instead of catching the first process that hits the Thread startup routine

The current pagefault injection method uses a custom shellcode, 32 bits only. We should use the `vmi_request_page_fault` API: https://github.com/Wenzel/pyvmidbg/pull/35

Hi ! I wanted what are the plans for the future of ramooflax ? I would be interested in an integration with [Libvmi](https://github.com/libvmi/libvmi), in order to use ramooflax with a...

This PR renames the role `default_vars_only` to `pre_role`, and moves fuzzer `pre_tasks` to `pre_role`, in order for the hardware check to be done ASAP when the playbook executes. Helps to...

This PR adds a Sphinx based documentation 2 new make user targets: - `docs`: build the HTML docs - `open_docs`: ensure the docs are built and opens the documentation using...

From https://github.com/IntelLabs/kAFL/pull/88 + my own fixes