is there any news about the support for m series of macos
Search found 4 matches
- Sun May 05, 2024 12:02 am
- Forum: Technical questions
- Topic: VMProtect for ARM64 coming soon
- Replies: 14
- Views: 59363
Re: VMProtect for ARM64
- Sat Sep 23, 2023 9:35 am
- Forum: Technical questions
- Topic: About a ELF packing issue
- Replies: 5
- Views: 4675
- 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...
- 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...