-
Notifications
You must be signed in to change notification settings - Fork 9
Macos update! #5
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
Conversation
|
Hi, nice work! but I still have problem building this. and there's no xed library when I looked into TinyInst's directory after I followed their build instruction. |
No but i think if you do cargo build --release -vv, you might see that if you dont run under developer powershell or environment without msvc, xed won't compile. i tried to compile Tinyinst on regular powershell and it will give you the same result. |
sorry i read your question wrong. If xed isn't on third party it means it didnt Line 98 in a2a879a
|
here are some screen shot |
|
yup windows works, but on macos I can't find xed lib |
|
Um, ok. I got it. xed is intel's xed https://github.com/googleprojectzero/TinyInst/blob/master/CMakeLists.txt#L121 |
|
Now this builds for me. If this change is good for you too, then let's merge |
as long as it works on windows after the new commit i am okay with merging. And yes I was developing on x64 macos |
|
Okay let's merge |



We should be able to build this project under mac with this update.