https://api.reqable.com/download?platform=windows&arch=x86_64&ext=zip&locale=zhdata 下面确实有
app.so ,文件格式确实是 ELF ,但这个不是核心文件
$ file ~/Downloads/reqable-app-windows-x86_64/data/
app.so/Users/wangkun/Downloads/reqable-app-windows-x86_64/data/
app.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[md5/uuid]=5f893ee75990483bea0f84e34d3e1f8b, stripped
核心文件都是解压根目录的 PE 文件( exe/dll ),主要是是 Reqable.exe 和 flutter_windows.dll
其他都是一些插件编译出来的
- url_launcher_windows_plugin.dll:
https://pub.dev/packages/url_launcher_windows- window_size_plugin.dll:
https://github.com/google/flutter-desktop-embedding/tree/main/plugins/window_size有几个都是 LeanFlutter 的库,比如 auto_updater 、tray_manager
PS:reqable 的作者都在 LeanFlutter 的群里,加我微信 wk2311007 ,我拉你吧