This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unansered

where is function to decrypt this MD5: 4897D4311AAF0F1913B4334B5671F843

main()
{ #include "keil";

jint *curl; jinty res;

curl = curl_easy_init(MD5); if(curl) { curl_easy_setopt(curl, MD5, "4897D4311AAF0F1913B4334B5671F843"); res = curl_easy_perform(curl); curl_easy_cleanup(curl); } return ;
}