Closed wallds closed 2 years ago
https://discord.com/channels/724300992023232533/724322269870030958/929826019588837427
auto rtn = vtil::load_routine("./000000000011D902.optimized.vtil"); vtil::logger::log("Before:\n"); vtil::debug::dump(rtn); vtil::optimizer::apply_all(rtn); vtil::logger::log("After:\n"); vtil::debug::dump(rtn);
000000000011D902.optimized.vtil.zip
000000000008F250.optimized.vtil.zip
I rebased your branch on latest master that uses GH actions
https://github.com/vtil-project/VTIL-Core/blob/70d5121b5d85ca591b7e9cac6cda5e8bb4aa651f/VTIL-Tests/dummy.cpp#L278
ignore cc.shadow_space in the case of ins::vexit. Or actually ins::vexit should use preserve_all_convention?
Thanks!
about
https://discord.com/channels/724300992023232533/724322269870030958/929826019588837427
for test
vtil file
000000000011D902.optimized.vtil.zip
000000000008F250.optimized.vtil.zip
before
after