KuhakuPixel / AceTheGame

open source security auditing tools for games on android and linux. Containing memory scanner/editor, apk GUI, value freezer, android non root support and many more!
GNU Affero General Public License v3.0
297 stars 35 forks source link

why not rust? #102

Open suprohub opened 1 day ago

suprohub commented 1 day ago

can i rewrite some funcs in rust?

KuhakuPixel commented 1 day ago

though rust is a very good language and one of my favorite right now, i didn't know anything about rust when i was starting out on this project

but i knew C before hand, tried it, but figured its just too arebone for my requirements, so the easiest and most reasonable options for me are C++

yeah sure, you can rewrite some of the function in rust (and it will be awesome, since rust is much more modern, clean and safe than c++)

but I am not too sure if it will work/link nicely with android JNI (the hard part, since we need to maintain backward compatibility)

suprohub commented 23 hours ago

though rust is a very good language and one of my favorite right now, i didn't know anything about rust when i was starting out on this project

but i knew C before hand, tried it, but figured its just too arebone for my requirements, so the easiest and most reasonable options for me are C++

yeah sure, you can rewrite some of the function in rust (and it will be awesome, since rust is much more modern, clean and safe than c++)

but I am not too sure if it will work/link nicely with android JNI (the hard part, since we need to maintain backward compatibility)

Jni i think worka, i see libs. So you kan browse on https://lib.rs