Skip to content

location_of_cipher

Nicolai Mueller edited this page Sep 30, 2024 · 2 revisions

Type

String

Default

None - Must be specified!

Description

Specifies, the name of the function that calls PROLEAD_SW's cipher function.

Impact

This can help by providing PROLEAD_SW with a hint about where the cipher function is being called. If the compiler modifies the cipher function name slightly, PROLEAD_SW will search for similar function calls within the specified function. If a match is found, it will prompt the user to confirm whether to proceed; otherwise, it will exit.

Examples

"software": {
    "location_of_cipher": "main"
}

In this example, we set the name of the function to main.