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
I hope to apply my customized workflow analysis in a single function, but I checked the official documentation. According to In the UI, the Edit Function Properties dialog allows you to set the workflow for a specific function instance, as shown below: When setting the workflow in function properties to my customized workflow, it did not successfully trigger the activity I registered. Instead, I followed the sentence in the document in edit -> settings. These settings are scoped to the Resource level, meaning they are saved within each BinaryView. This allows each BinaryView to have its own unique workflow settings. After reloading and analyzing the binary file, it was able to trigger and my debugger successfully captured the breakpoint in my custom function, but as the documentation said, this belongs to the Resource level, which applies my workflow to all functions. I don't want to do this. Please tell me how I can do it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I hope to apply my customized workflow analysis in a single function, but I checked the official documentation. According to In the UI, the Edit Function Properties dialog allows you to set the workflow for a specific function instance, as shown below: When setting the workflow in function properties to my customized workflow, it did not successfully trigger the activity I registered. Instead, I followed the sentence in the document in edit -> settings. These settings are scoped to the Resource level, meaning they are saved within each BinaryView. This allows each BinaryView to have its own unique workflow settings. After reloading and analyzing the binary file, it was able to trigger and my debugger successfully captured the breakpoint in my custom function, but as the documentation said, this belongs to the Resource level, which applies my workflow to all functions. I don't want to do this. Please tell me how I can do it.
Beta Was this translation helpful? Give feedback.
All reactions