Posted: Sat Aug 09, 2025 5:07 pm Post subject: tcc: error: undefined symbol 'JNI_GetCreatedJavaVMs'
i compile cheat engine via lazarus, changed window name, version info and cheat engine name via HxD, for undetect in some games, but when i try to do Java -> Java info / Java variable scan i get this error:
Code:
No java agent injected:Failure assembling inject script: ccode
section compilation failed: In file included from
<string-0>:13:
C:/Users/Forever/Downloads/cheat-engine-master/Cheat
Engine/bin/autorun/java/cejvmtiagent.c:626: warning:
assignment makes integer from pointer without a cast
In file included from <string-0>:13:
C:/Users/Forever/Downloads/cheat-engine-master/Cheat
Engine/bin/autorun/java/cejvmtiagent.c:1739: warning:
assignment discards qualifiers from pointer target type
<string-0>:112: warning: assignment from incompatible
pointer type
tcc: error: undefined symbol 'JNI_GetCreatedJavaVMs'
Joined: 09 May 2003 Posts: 25762 Location: The netherlands
Posted: Mon Aug 11, 2025 3:49 am Post subject:
You are likely targetting a process with anti cheat so you're probably using the driver to access the memory (or you don't even have access to the process to begin with)
When you need to use the driver because normal methods do not work, then symbol lookup fails unless you enum the modules and symbols yourself or compile with the privatebuild define set _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum