Replies: 1 comment
-
We had a bug where function settings were not being honored on the Windows platform. This bug is now fixed on recent dev versions. You should be able to try again and the issue should be resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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