|
Hi Reading a DLL for a synthesizer and the the high level IL returns code like Can I do something to make it more readable or is it backend code that needs to be updated? |
Answered by
psifertex
Apr 13, 2022
Replies: 2 comments 1 reply
|
What version on Binary Ninja are you using? i believe this is fixed on current dev, but it is definitely broken on stable. |
1 reply
|
Also, to ask the general question -- lifting for all architectures can be changed by third-parties as the architectures are open source: https://github.com/vector35/?q=arch-&type=all&language=&sort= In this particular case the commit in question is: Vector35/arch-x86@6bb510e |
0 replies
Answer selected by
psifertex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also, to ask the general question -- lifting for all architectures can be changed by third-parties as the architectures are open source:
https://github.com/vector35/?q=arch-&type=all&language=&sort=
In this particular case the commit in question is: Vector35/arch-x86@6bb510e