-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
binja unit test failing because an expected function is not created by the auto analysis #2507
Comments
I will create a workaround for it since a proper fix will only come in the next stable release |
@williballenthin I checked the code and did not find a good way to workaround this. Can we disable the |
@williballenthin please add binary-ninja tag on this |
Could we manually create the function like for vivisect? Lines 119 to 128 in c85be8d
Otherwise, we can just skip/xfail the test with the missing function. |
We definitely should! I was looking for a place to do it, but I cannot find an elegant place to plug it. But now I know how to do it |
The binja unit test is now failing: https://github.com/mandiant/capa/actions/runs/12018561216/job/33504909578#step:7:222
And the reason is the stable 4.2 binja is not creating a function at 0x14004b4f0 for the sample
al-khaser_x64.exe_
The text was updated successfully, but these errors were encountered: