RPISEC / llvm-deobfuscator

https://rpis.ec/blog/dissection-llvm-obfuscator-p1/
MIT License
403 stars 70 forks source link

remove unnecessary lookup for builds after 1616 #2

Closed psifertex closed 5 years ago

psifertex commented 5 years ago

we updated the API for builds after 1616 to remove this unnecessary lookup. The new API is backward compatible, but we're issuing PRs just to clean up the source code a bit so people are aware of the change.

toshipiazza commented 5 years ago

Thanks for the change!