How do I view the injector code of vape v3?

Status
This thread has been locked.

w1LL

Feedback score
0
Posts
4
Reactions
2
Resources
0
I want to see how vape injects and look at the code behind cheat modules. I tried to open the .exe file in eclipse c++ but it is blank

is there a tutorial on how to look at the code?
 

Arik

System Admin
Supreme
Feedback score
67
Posts
1,304
Reactions
654
Resources
0
They probably have obfuscated it very well, I doubt you can get into it. (But some people may know how to.)
 

w1LL

Feedback score
0
Posts
4
Reactions
2
Resources
0
They probably have obfuscated it very well, I doubt you can get into it. (But some people may know how to.)
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
 

Arik

System Admin
Supreme
Feedback score
67
Posts
1,304
Reactions
654
Resources
0
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
Goodluck, hopefully someone here can help you.
 

Tabbin

Java Developer
Supreme
Feedback score
20
Posts
777
Reactions
512
Resources
0
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

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
 

w1LL

Feedback score
0
Posts
4
Reactions
2
Resources
0
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
Is there any benefit of coding an injector in c++ instead of java?
 

Tabbin

Java Developer
Supreme
Feedback score
20
Posts
777
Reactions
512
Resources
0
Is there any benefit of coding an injector in c++ instead of java?
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.

https://www.mc-market.org/threads/385322/#post-3266955

here's a more advanced explanation.

my knowledge is very limited, but I believe it'll have to be in java to match mc?

methods in java, called from the c++ injector using the jni
 
Status
This thread has been locked.
Top