Loïc Jaquemet
Loïc Jaquemet
2021-03 Both compiler's Predefined Macros and standard's Preprocessor Macros handling works for string values. But predef macros for INTEGER_LITERAL do NOT work. From MACRO_DEFINITION See https://github.com/trolldbois/ctypeslib/ctypeslib/codegen/cursorhandler.py#L451 in literal_handling. No tokens...
If a record has an incompletearray, all fields have offset == -2. No padding will be done. But the fields are ordered and code will be produces with typed info...
https://github.com/radare/radare2/issues/6350
Can llvm-pdbutil be used to do a PDB-> yaml -> python ctypes ? https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-pdbutil/YAMLOutputStyle.cpp
Create a better documentation, examples and list usage for all arguments on the command line
When entities are generated from maltego's mtz, the maltego inheritance model is dropped. - inherited Fields are missing in canari - an import of the profile will create entities without...
When one has access to "paying" feeds, it becomes important to be able to "rate" the feed quality, and be able to pitch them against each-other. Example of quality control...
The "Leader" Field is a team-designation attribute that is useful in multiple-team interactions. But intra-team, there is a need to clearly identify who is the human lead on an incident.
On the dashboard, the Leader label is predominant. But the same field is named "Actor" in the edit page of an incident. Very confusing. "Leader" will be better, or "Handler"...
When using a multi host connection string "amqp://127.0.0.1;amqp://127.0.0.2", kombu.connection.Connection accepts either a ';' delimited list, or a Sequence (list, set...) The nameko sanitize_url does not properly sanitize the multiple connection...