Camille Mougey
Camille Mougey
As stated in #83, the current report feature lacks of customization settings. To my mind, these steps are needed to consider the feature really usable: - Handling every `Graph`available in...
Here is the TODO list for the v0.3 (**non-definitive**): - [ ] Be `pip` compliant - [ ] Integrate others function mining sources (maybe angr) - [ ] Add ARM/Thumb...
A few times, the scan just "hang". For some file in the scan, all probes are marked as done, and others are marked as pending. But the scan will never...
To reproduce: ask for multiple scans with the same hash at the same time (using the API). The code ends on an error raised by [`load_from_sha256`](https://github.com/quarkslab/irma-frontend/blob/master/frontend/models/sqlobjects.py#L220), because there are several...
Setup (for the frontend machine): - 8 CPUs with 2.3 Ghz - 8192 Mo RAM - 7 UWSGI workers Asking for scan status (through the API) for ~ 80 scans...
Sometime, all probes are marked as finished, but the scan status is still set to "running" (in the result from the scan status API). The web interface shows "100% finished"...
Looking for the API `/scans//results`, the description says _you'll get a results property containing the total count of scan results items_. Accordingly, in the Model description: ``` Python { "total":...
For now, the binding lib has been made around the 64 bits versions of `TTDReplay` and `TTDReplayCPU`. As a result, only 64 bits traces are supported. The API is likely...
The `example_calltree/` example implements symbol resolution for trace's module. As this feature can be useful in more situations: * - [ ] moves it to TTD lib * - [...
Test the compilation of the python-bindings project. A correct PyBind11 setup is needed.