The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make md5 calcation base on ppsspp
07-30-2022, 09:10 AM
Post: #1
Make md5 calcation base on ppsspp
Hi

I want to port
https://github.com/jixunmoe/mfcDuDownloadCodeGenerator
Project into Android.
(I have ported to Delphi https://github.com/sum2012/DelphiDuDownl...eGenerator but don't work in Android)

It need full file of md5, first 262144 byte of md5
and file size.

Now I can compile ppsspp in Android Studio so that I want to make md5 calcation base on ppsspp

UI::EventReturn GameScreen::OnDoMD5(UI::EventParams& e) {
auto chrs = gamePath_.c_str();
MD5string = md5file(chrs);
...............


std::string md5file(const char* filename) {
std::FILE* file = std::fopen(filename, "rb");

std::FILE* file = std::fopen don't work in Andorid.
Anyone can help me?Thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Make md5 calcation base on ppsspp - sum2012 - 07-30-2022 09:10 AM

Forum Jump: