Skip to content
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

exept in vm_contenxt.hpp; #9

Open
USSRcoder opened this issue Sep 18, 2020 · 0 comments
Open

exept in vm_contenxt.hpp; #9

USSRcoder opened this issue Sep 18, 2020 · 0 comments

Comments

@USSRcoder
Copy link

USSRcoder commented Sep 18, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant