Skip to content

Introduce JSON output generation to all modules #1853

@m-1-k-3

Description

@m-1-k-3

Is your feature request related to a problem? Please describe.
EMBA is generating the logs in different formats like txt, html, csv, json
While txt, html and csv is quite solid and introduced into most modules, the json log mechanism is only implemented as example code in the s12 module:

lJSON_ARRAY_OUT+=("EMBA module name=S12_binary_protection")

Describe the solution you'd like
consistent json logging as another option beside the current csv logging.
The mechanism is already implemented in the EMBA core and just needs some further introduction into the other modules. It should be quite easy to do this side by side with the csv logging

Describe alternatives you've considered
Post processing is not nice and should be avoided

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions