- 03 Dec, 2020 1 commit
-
-
Alexander Schaub authored
-
- 19 Sep, 2020 1 commit
-
-
Alexander Schaub authored
-
- 05 May, 2020 5 commits
-
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
Corrected definition for HMAC_Final. Before, the output of a hash function would not depend on the input...
-
Alexander Schaub authored
Implemented call graph generation. It uses the same code as the dependency analysis and is thus slow, but it's better than nothing.
-
Alexander Schaub authored
Corrected issue where the definition of functions references by global function pointers could not be found.
-
- 09 Apr, 2020 4 commits
-
-
Alexander Schaub authored
-
Alexander Schaub authored
Changes function priority: when multiple definitions for the same function are encountered, the first one is kept. This allows to specify the variants one wishes to be considered as command line arguments of the script.
-
Alexander Schaub authored
-
Alexander Schaub authored
-
- 01 Apr, 2020 2 commits
-
-
Alexander Schaub authored
Corrected the handling of dependencies of the form struct -> non-struct (i.e. memcpy secret values into a char * casted struct)
-
Alexander Schaub authored
-
- 30 Mar, 2020 1 commit
-
-
Alexander Schaub authored
-
- 27 Mar, 2020 1 commit
-
-
Alexander Schaub authored
Indirection of array-types corrected: array and &array are now (supposed to be) equivalent (fixes #8)
-
- 25 Mar, 2020 8 commits
-
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
- 17 Mar, 2020 1 commit
-
-
Alexander Schaub authored
-
- 10 Mar, 2020 2 commits
-
-
Alexander Schaub authored
-
Alexander Schaub authored
-
- 09 Mar, 2020 4 commits
-
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
Alexander Schaub authored
-
- 31 Jan, 2020 1 commit
-
-
Alexander Schaub authored
Corrected the way ignored variables are handled. They can be specified using variable / field names or struct types.
-
- 30 Jan, 2020 4 commits
-
-
Alexander Schaub authored
-
Alexander Schaub authored
Changed the was ignored variables are handled, to make it easier to implement passing variables considered as secret via command line. TODO: fully implement the syntax to handle structure and structure fields.
-
Alexander Schaub authored
-
Alexander Schaub authored
-
- 24 Jan, 2020 1 commit
-
-
Alexander Schaub authored
-
- 20 Dec, 2019 4 commits
-
-
Alexander Schaub authored
When coloring the sensitive variable fails, a non-colored line is displayed instead of a blank. TODO: determine why coloring the variable fails.
-
Alexander Schaub authored
Local scoped is correctly cleaned now. TODO: adapt the code for statement-expressions, which are now broken.
-
Alexander Schaub authored
-
Alexander Schaub authored
Avoid warnings when functions expecting a (pointer on) structure-type arguments are called with NULL
-