Files
archery/cpp_ext/decrypt_ota_file.hpp
T
2026-08-14 15:25:35 +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);
}