Search found 1 match

by apple_banana
Wed Apr 03, 2019 2:24 pm
Forum: Technical questions
Topic: Command not supported "db 1F"
Replies: 3
Views: 4630

Command not supported "db 1F"

Hi, I've been using VMProtect Ultimate v 3.3.1, and here's my function (sensitive code removed): int someFunction() { assert(!m_path.empty()); if (m_path.empty()) { return global_error; } std::vector<unsigned char> data; int err = OpenFile(m_path, data); if (err != 0) { m_path /= "/add/some/pat...