Skip to content

Cross-platform build support, Frida 17.1.5 update, and Swift runtime fixes #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

riyadmondol2006
Copy link

add cross-platform build support and update to Frida 17.1.5

  • Add Linux build support with mock Frida API implementation
  • Update Frida version from 12.9.4 to 17.1.5
  • Fix Swift runtime loading issues with automatic @rpath resolution
  • Add install_name_tool integration for fixing dylib paths
  • Implement runtime Swift library preloading in agent
  • Add cross-platform Makefile with OS detection
  • Replace macOS-specific linker flags with Linux equivalents
  • Add stdarg.h include for va_list support
  • Add test-build.sh for build verification
  • Improve error handling with process existence checks
  • Update minimum iOS version to 14.0
  • Add comprehensive README documentation

BREAKING CHANGE: Minimum iOS version raised from 8.0 to 14.0

feat: add cross-platform build support and update to Frida 17.1.5

- Add Linux build support with mock Frida API implementation
- Update Frida version from 12.9.4 to 17.1.5
- Fix Swift runtime loading issues with automatic @rpath resolution
- Add install_name_tool integration for fixing dylib paths
- Implement runtime Swift library preloading in agent
- Add cross-platform Makefile with OS detection
- Replace macOS-specific linker flags with Linux equivalents
- Add stdarg.h include for va_list support
- Add test-build.sh for build verification
- Improve error handling with process existence checks
- Update minimum iOS version to 14.0
- Add comprehensive README documentation

BREAKING CHANGE: Minimum iOS version raised from 8.0 to 14.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant