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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
After trying several apps and finally going back to fuzzgoat to make sure one can at least make it through the wizard with it and pick fuzzing target functions, this error is common across all targets tested upon "Run Wizard":
"DynamoRIO notice: Client library targets an incompatible API version and should be re-compiled."
Which means there's a mismatch somewhere, maybe between fuzzgoat and the included dynamorio package (?) and of course results in a Wizard failure.
Also tried switching out DynamoRIO for the latest release there, but made no difference. Besides this particular app, which should be fine for the demo, as I assume it was tested to work fine prior to release of the deploy package, are there particular build instructions for any other target apps as well? Do they need debug options enabled and always linked with DynamoRIO? Is it possible for SL to handle non-instrumented binaries? Also curious why 32-bit isn't supported (?). I've seen folks asking about this and similar things on the blog post comments as well. Perhaps some more testing/examples would be useful for those looking to get SL running stable in a pipeline.
Thanks for your time!
The text was updated successfully, but these errors were encountered:
you can use the latest version of DynamoRIO (https://github.com/DynamoRIO/dynamorio/releases) and modify SL to avoid the message error ""DynamoRIO notice: Client library targets an incompatible API version and should be re-compiled.", however, I have done it and I find the following problems:
Large size programs as Microsoft Office does not work well
Occasionally, the supported functions for data entry (fread) are not displayed
The wizard freezes and the process must be restarted
On the other hand, 32-bit applications are not supported, it is one of the things that would be very interesting for future versions of SL.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tested: Win10 1709 (x64) with sl-deploy.zip
After trying several apps and finally going back to fuzzgoat to make sure one can at least make it through the wizard with it and pick fuzzing target functions, this error is common across all targets tested upon "Run Wizard":
"DynamoRIO notice: Client library targets an incompatible API version and should be re-compiled."
Which means there's a mismatch somewhere, maybe between fuzzgoat and the included dynamorio package (?) and of course results in a Wizard failure.
Also tried switching out DynamoRIO for the latest release there, but made no difference. Besides this particular app, which should be fine for the demo, as I assume it was tested to work fine prior to release of the deploy package, are there particular build instructions for any other target apps as well? Do they need debug options enabled and always linked with DynamoRIO? Is it possible for SL to handle non-instrumented binaries? Also curious why 32-bit isn't supported (?). I've seen folks asking about this and similar things on the blog post comments as well. Perhaps some more testing/examples would be useful for those looking to get SL running stable in a pipeline.
Thanks for your time!
The text was updated successfully, but these errors were encountered: