Skip to content

v3.0.0

Compare
Choose a tag to compare
@suifei suifei released this 11 Jul 06:47
· 46 commits to main since this release

[3.0.0] - 2024-07-11

Added

  • 新增 fridare.sh 脚本,整合所有功能,提供更完整的命令行界面
  • 新增 build, ls, download, lm, setup, config, 和 help 命令
  • 新增配置文件支持,可以保存和加载用户设置
  • 新增颜色输出,提升用户体验
  • 新增自动检查和安装依赖功能
  • 新增下载特定 Frida 模块的功能
  • 新增列出可用 Frida 版本和模块的功能

Changed

  • 重构了整个项目结构,提高代码可维护性
  • 改进了错误处理和日志输出
  • 优化了 Frida 构建过程,提高效率
  • 更新了二进制修改逻辑,提高兼容性

Removed

  • 移除了旧的 build.sh 脚本

[3.0.0] - 2024-07-11

Added

  • add fridare.sh script, integrate all functions, provide a more complete command line interface
  • add build, ls, download, lm, setup, config, and help commands
  • add configuration file support, can save and load user settings
  • add color output, improve user experience
  • add automatic dependency check and installation
  • add download specific Frida module
  • add list available Frida versions and modules

Changed

  • refactor the entire project structure, improve code maintainability
  • improve error handling and log output
  • optimize Frida build process, improve efficiency
  • update binary modification logic, improve compatibility

Removed

  • remove old build.sh script