You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.