titi_son
titi_son
I included fixes to #44 and #6 in this pull request so i do not completely spam the PR section. I hope thats okay as these are all small fixes.
I am happy to help :) You can now check for Shadow Stack compatibility on PE Files as-well. Compilerflag: [/CETCOMPAT](https://learn.microsoft.com/en-us/cpp/build/reference/cetcompat?view=msvc-170)
This issue is resolved isn't it? You might want to close it.
I just wanted to let you know, that i recently used the purchase feature to obtain 5554 different free apps (for some static analysis stuff) from the app store on...
For me the has_arc and has_canary functions are able to find imports (and return true when the `_objc_release` symbol is found). But i am running on Linux Mint 21 and...
I looked into this further and the problem seems to be that checksec uses the [imports()](https://docs.rs/goblin/latest/goblin/mach/struct.MachO.html#method.imports) function which only returns imports known to dyld. However, this info is not present...