We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with this loader
std::vector<uint8_t> b1 = read_file("1.bin"); vmpattack instance(b1); int my_rva = 0x7E4A1D; //0x740B47;//0x342861; if (auto result = instance.analyze_entry_stub(my_rva)) { if (auto routine = instance.lift(result->job)) { vtil::optimizer::apply_all_profiled(*routine); vtil::save_routine(*routine, "1_routine.vtil"); } }
Give me exept on line 52 - memcpy( &read_value, ( void* )vip, size ); in vm_contenxt.hpp; (Potential Branch Destinations: {0x10}) - prey
Also, some patches has been added, for VMPAttack, because VTIL API PE sessions part is updated.
And, thanks for the VMPDump and Attak! ) It really helped to understand the structure of the VMP from the inside)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
with this loader
Give me exept on line 52 - memcpy( &read_value, ( void* )vip, size ); in vm_contenxt.hpp;
(Potential Branch Destinations: {0x10}) - prey
Also, some patches has been added, for VMPAttack, because VTIL API PE sessions part is updated.
And, thanks for the VMPDump and Attak! ) It really helped to understand the structure of the VMP from the inside)
The text was updated successfully, but these errors were encountered: