Page 1 of 1

Using FRF.dll

Posted: 20 Sep 2019 13:06
by skodapilot
Actual version: 1.0.0.4
FRF size limitation: 10MB
URL: https://yadi.sk/d/YWOOHFYB16mIMg

Only two methods are available in FRFManager:

Code: Select all


/// <param name="frfFilePath">absolute path to FRF file</param>
/// <param name="exportDirName">optional, subdirectory name</param>
/// <returns>list of exported file's pathes</returns>
        
public static List<string> Unpack(string frfFilePath, string exportDirName = "")

public static async Task<List<string>> UnpackAsync(string frfFilePath, string exportDirName = "")
So calling like

Code: Select all

List<string> unpackedFiles = await FrfManager.UnpackAsync(frfFilePath);
If subdiretory name is not defined, name of FRF file will be used as subdirectory name. Subdirectory is allways created in directory of FRF file location

Re: Using FRF.dll

Posted: 21 Oct 2020 15:55
by pvc1
есть общедоступный файл FL_5NA920791B__3195_S.frf , хотелось бы увидеть его содержимое, в частности начальные строки по применимости

Re: Using FRF.dll

Posted: 21 Oct 2020 19:41
by skodapilot
Воспользуйтесь конвертером на https://osotec.com/FirmwareTool , если размер не превышает 100МБ

Инструмент не построит образ флеша, но распакует FRF в ODX и даст его скачать

Tapatalk




Re: Using FRF.dll

Posted: 22 Oct 2020 12:41
by pvc1
в том то и дело, он 186 МБ

Re: Using FRF.dll

Posted: 22 Oct 2020 21:51
by skodapilot
pvc1 wrote: 21 Oct 2020 15:55 FL_5NA920791B__3195_S.frf
Некоторое время ODX будет доступен по ссылке https://yadi.sk/d/FIVaCYbCWGbdHw

Re: Using FRF.dll

Posted: 28 Oct 2020 14:27
by pvc1
спасибо, забрал