kubo / injector

Library for injecting a shared library into a Linux or Windows process
GNU General Public License v2.0
505 stars 97 forks source link

Would you like to support the loongarch? #42

Open hoytluo opened 1 month ago

hoytluo commented 1 month ago

When I run the ./injector -p 33367 ./mylib.so command, I got the following message.

targeting process with pid 33367 Unknown target process architecture: 0x0102

the 0x102 is EM_LOONGARCH。 so ,would you have any plan to support the arch? thank!