Search found 4 matches

by ImFl0wow
Sun May 05, 2024 12:02 am
Forum: Technical questions
Topic: VMProtect for ARM64 coming soon
Replies: 14
Views: 59363

Re: VMProtect for ARM64

Admin wrote: Tue Apr 23, 2024 5:44 am Fully completed the code virtualization, support of advanced options (packing, vmtools/debugger detection, memory protection), support of SDK functions (including of licensing and activation systems) for Windows and Linux binaries.
is there any news about the support for m series of macos
by ImFl0wow
Sat Sep 23, 2023 9:35 am
Forum: Technical questions
Topic: About a ELF packing issue
Replies: 5
Views: 4675

Re: About a ELF packing issue

Admin wrote: Sat Sep 23, 2023 6:42 am I don't understand where you use memcopy and what is ".rcdata". Do you have a simple example (EXE+original DLL+VMP files) that shows your problem?
I tried it using the official vmprotect latest demo version
by ImFl0wow
Sat Sep 23, 2023 9:33 am
Forum: Technical questions
Topic: About a ELF packing issue
Replies: 5
Views: 4675

Re: About a ELF packing issue

I don't understand where you use memcopy and what is ".rcdata". Do you have a simple example (EXE+original DLL+VMP files) that shows your problem? It's a Java application using java8 Install java8 in linux_x86_64 Just use "java -jar obftest.jar" to run the application If disappe...
by ImFl0wow
Thu Sep 21, 2023 12:00 pm
Forum: Technical questions
Topic: About a ELF packing issue
Replies: 5
Views: 4675

About a ELF packing issue

I am coding a jni dynamic library It uses a array to save method information to register native method on jvm JNINativeMethod table[] = { {"method_name", "method_dec", (void *) &method_ptr} }; After compiled, it will become "memcopy" like memcopy (dest,tables_offset...