Search found 21 matches

by a47
Sun May 09, 2021 12:57 pm
Forum: Technical questions
Topic: Планируемые обновления
Replies: 15
Views: 12481

Re: Планируемые обновления

VMProtect сейчас довольно стабилен - это довольно важно для любого продукта, чего, к сожалению, нельзя сказать о продуктах Oreans. Я использую как VMP, так и Code Virtualizer - со вторым проблем гораздо больше, например, там зачастую бинарник на выходе просто крашит, рекопмиляция помогает, но не пон...
by a47
Sun Aug 09, 2020 12:15 pm
Forum: Technical questions
Topic: Mutation: Packer detectors problem
Replies: 2
Views: 2996

Re: Mutation: Packer detectors problem

You can just rename vmp section. I used only mutation in example and it works fine, no packer detected. https://imgur.com/a/SbEE3Cz
by a47
Sun Jul 19, 2020 1:16 pm
Forum: Technical questions
Topic: VTIL
Replies: 20
Views: 23620

Re: VTIL

Судя по всему, автор имеет необходимые фиксы, тк с помощью его девиртуализатора уже был уничтожен известнейший античит battleye https://secret.club/2020/07/06/bottleye.html
Так что назвать практическую пользу втила нулевой сложно
by a47
Sat Jun 06, 2020 1:20 pm
Forum: Purchasing or Upgrading
Topic: Не получил 3.4 после покупки годовой подписки
Replies: 4
Views: 5610

Re: Не получил 3.4 после покупки годовой подписки

Да, в спаме тоже ничего нет:( спасибо что прислали ключ тут, но как получать обновления в таком случае?
by a47
Fri Jun 05, 2020 3:32 pm
Forum: Purchasing or Upgrading
Topic: Не получил 3.4 после покупки годовой подписки
Replies: 4
Views: 5610

Re: Не получил 3.4 после покупки годовой подписки

при скачивании по старой ссылке(2018 года) скачивается новый протектор, но старый пароль не подходит

Возможно, это связано с тем, что Ваш сервер не может отправить письмо на заблокированный в РФ protonmail.com (pm.me)?
by a47
Fri Jun 05, 2020 10:41 am
Forum: Purchasing or Upgrading
Topic: Не получил 3.4 после покупки годовой подписки
Replies: 4
Views: 5610

Не получил 3.4 после покупки годовой подписки

Здравствуйте, приобретал vmp ultimate в 18 году, вчера приобрел обновления(paypro #19598789), но не получил никакого билда. Как можно получить версию 3.4? Спасибо
by a47
Tue May 12, 2020 2:21 pm
Forum: Technical questions
Topic: Зависимости серийных ключей
Replies: 2
Views: 4018

Re: Зависимости серийных ключей

Если кто-то сталкивается с такой же проблемой, достаточно было подключить обработчик исключений(Seh)
by a47
Tue May 12, 2020 2:20 pm
Forum: Technical questions
Topic: мутация
Replies: 0
Views: 6830

мутация

Текущая мутация довольно хорошо справляется с "ломанием" паттернов и делает ассемблерный код менее читабельным, но тк разбросанные блоки напрямую связаны между собой джампами, то ида отлично справляется с генерацией читабельного псевдокода. Например, в сравнении с самописным мутатором, где...
by a47
Wed Dec 18, 2019 8:11 pm
Forum: Technical questions
Topic: Зависимости серийных ключей
Replies: 2
Views: 4018

Зависимости серийных ключей

Здравствуйте, использую вмпротект в основном для защиты длл. Подгружаю ее через мануалмап, все по возможности патчу на сервере(таблицу импортов, релокаций), потом просто передаю управление на dllmain в этом шеллкоде, виртуализация функций работает, хотелось бы еще изпользовать лок по ключу, но после...
by a47
Sat Sep 22, 2018 5:45 am
Forum: Technical questions
Topic: Not enough space for the new segment in the file header
Replies: 19
Views: 19246

Re: Not enough space for the new segment in the file header

Admin wrote:Could you send us a test example (original binary) that shows your problem?
Yes, here is the example: https://0x0.st/s3Pf.so
by a47
Wed Sep 05, 2018 6:47 am
Forum: Technical questions
Topic: Not enough space for the new segment in the file header
Replies: 19
Views: 19246

Re: Not enough space for the new segment in the file header

The GNU linker(ld) hasnt -headerpad flag(or same): https://linux.die.net/man/1/ld
lld(llvm linker), too. Mac OS using own linker also called "ld" with another flags: https://www.unix.com/man-page/osx/1/ld/ (and only it has headerpad)
by a47
Sun Sep 02, 2018 6:22 am
Forum: Technical questions
Topic: Not enough space for the new segment in the file header
Replies: 19
Views: 19246

Re: Not enough space for the new segment in the file header

yeah, sorry for whong -L usage, but i still cannot fix this issue
by a47
Sat Sep 01, 2018 4:30 pm
Forum: Technical questions
Topic: Not enough space for the new segment in the file header
Replies: 19
Views: 19246

Re: Not enough space for the new segment in the file header

set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -L ././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././././...
by a47
Sat Sep 01, 2018 3:15 pm
Forum: Technical questions
Topic: Not enough space for the new segment in the file header
Replies: 19
Views: 19246

Re: Not enough space for the new segment in the file header

how to perform it? could u provide an example?
by a47
Sat Sep 01, 2018 11:37 am
Forum: Technical questions
Topic: Not enough space for the new segment in the file header
Replies: 19
Views: 19246

Re: Not enough space for the new segment in the file header

Yes, but is there way for protection this project? After ur question I've tried to include vmprotectsdk.h and set up markers for some functions, but result is the same.