-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
noreturn functions not working on windows binaries #7989
Comments
cc @xarkes |
Since the information is stored in sdb and no sdb is read it can't work -> https://github.com/radare/radare2/issues/7829 |
the bug happens on linux too by just opening a windows binary, and there's a broken test already. so its completely unrelated to the sdb problem. |
And the reason why sdb doesnt works on windows is because sdb databases cant be generated with meson. Not because any weird bug ir so
Another solution wiuld be to just do a bat script to build them all in the release script. Sdb files arent required at compile time. Just at runtime and on windows we can load them from a relative path from the executables instead of a full path.
… On 21 Jul 2017, at 19:41, Maijin ***@***.***> wrote:
Since the information is stored in sdb and no sdb is read it can't work -> #7829
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ah it's because it's probably an exact match instead of a contains |
Yep. Also the way imports are named in PE. That sub thing shouldnt happen imho, but as long as on windows uncan have more than one import pointing to the same ordinal we cant do fixed matching
… On 21 Jul 2017, at 21:33, Maijin ***@***.***> wrote:
Ah it's because it's probably an exact match instead of a contains
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
this should be easy to fix , anyone? |
moving for 2.2 until we have a test case for this. anyone? |
PING? |
Could I work on this issue though someone is assigned, |
Yes no worries @kriw |
@kriw Yup it's ok u could work on it , i could wait for ur implementation , but this has to be done before the release |
Ok!
… On 20 Dec 2017, at 02:18, sivaramaaa ***@***.***> wrote:
@kriw Yup it's ok u could work on it , i could wait for ur implementation , but this has to be done before the release
meanwhile i will be working on this issue : r2 /bin/ls - wrong main detection @radare
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The text was updated successfully, but these errors were encountered: