forensics
Here are 543 public repositories matching this topic...
-
Updated
Sep 28, 2020
-
Updated
Oct 2, 2020 - Shell
-
Updated
Jul 10, 2019
-
Updated
Oct 2, 2020
-
Updated
Oct 1, 2020 - C
It would be nice to have some documentation on search operators and what are some of the common fields to search on (e.g. data_type, event_identifier, etc.). Also probably want to mention partial word matches requires globbing characters, etc.
-
Updated
Sep 28, 2020 - Rich Text Format
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 15, 2020 - C
-
Updated
Oct 3, 2020 - C++
-
Updated
Oct 2, 2020 - Java
The project works with 8 modules < reference source/Module >
- Creating issue to accelerate/track test frame building of each module
- The test folder has a very basic example to start with.
- Feel free to make a pull request for the test cases
-
Updated
Aug 1, 2020 - Python
-
Updated
Sep 24, 2020 - Shell
-
Updated
Sep 17, 2020 - Python
-
Updated
Jul 14, 2020 - Go
Right now a lot of the logging from the tasks does not get propagated back to the user, so we should make sure that all of the tasks are adding logs and errors to the results so that at minimum the data gets put into the worker-log.txt. Ideally we would store this info in datastore so that the clients could query it later (this part is in #115).
-
Updated
Dec 31, 2019
If somebody has time, it would nice to have an https://intelx.io module for your project.
We have a SDK here with some code samples (including Go code): https://github.com/IntelligenceX/SDK
-
Updated
Oct 2, 2020 - C
-
Updated
Jul 13, 2018 - Shell
-
Updated
Jul 23, 2018 - C++
-
Updated
Jun 6, 2019 - Batchfile
Improve this page
Add a description, image, and links to the forensics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forensics topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
RParser plugins can be selected with the asm.parser eval variable, but there's no way to know which ones are registered, so its not possible to do autocompletion or listings.
Describe the solution you'd like
Do the same as in e asm.arch=?, but for asm.parser
Also i noticed that asm.bits=? is not working either.