Files
archery/cpp_ext/decrypt_ota_file.hpp
gcw_4spBpAfv f476545172 v1.2.2
2026-01-24 15:50:25 +08:00

7 lines
152 B
C++

#pragma once
#include <string>
namespace netcore{
bool decrypt_ota_file_impl(const std::string& input_path, const std::string& output_zip_path);
}