yeah, that is to be expected. im not trying to plagarize vape, but still wanted to see how they coded an injector. I am having trouble to even see how I would start to make one, and there seem to be no (atleast publicly available) injection tutorialsThey probably have obfuscated it very well, I doubt you can get into it. (But some people may know how to.)
Goodluck, hopefully someone here can help you.yeah, that is to be expected. im not trying to plagarize vape, but still wanted to see how they coded an injector. I am having trouble to even see how I would start to make one, and there seem to be no (atleast publicly available) injection tutorials
yeah, that is to be expected. im not trying to plagarize vape, but still wanted to see how they coded an injector. I am having trouble to even see how I would start to make one, and there seem to be no (atleast publicly available) injection tutorials
Is there any benefit of coding an injector in c++ instead of java?there are plenty of tutorials, just google something like memory injection java.
and you aren't going to be able to understand anything even if you decompile it
you will want to make the injector in c++ and then call the methods from java. It's quite advanced and you will need to know a good amount of c++ to start. You will be using the Java Native Interface to call the java methods from the c++ injector.Is there any benefit of coding an injector in c++ instead of java?
my knowledge is very limited, but I believe it'll have to be in java to match mc?