mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #66] [MERGED] Doing Method Swizzle for WebSocket #127
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/66
Author: @NghiaTranUIT
Created: 4/13/2021
Status: ✅ Merged
Merged: 4/16/2021
Merged by: @NghiaTranUIT
Base:
main← Head:feat/websocket📝 Commits (10+)
9f43ca3Try to swizzle WS Send methode373486Try to swizzle WS Receive2ed1cf0Add injector19155abImprove swizzle6744de4Attempt to get private web socket classa8fa3cdAdd Objc Target to Atlantis991b899Attempt fix Cocoapod for objc996e7f0Integrate Objc to cocoapod39b9123POC Swizzle Receive WS957e6a1Swizzle Send WS Message📊 Changes
14 files changed (+555 additions, -18 deletions)
View changed files
➕
.swiftpm/xcode/package.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings(+8 -0)📝
.swiftpm/xcode/xcshareddata/xcschemes/Atlantis.xcscheme(+14 -0)➕
Atlantis-Example/iOS Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist(+8 -0)➕
Objc/AtlantisHelper.h(+18 -0)➕
Objc/AtlantisHelper.m(+38 -0)➕
Objc/internal/Header.h(+13 -0)📝
Package.swift(+7 -5)📝
Sources/Atlantis.swift(+133 -4)📝
Sources/Message.swift(+5 -0)📝
Sources/NetworkInjector+URLSession.swift(+187 -5)📝
Sources/NetworkInjector.swift(+21 -0)📝
Sources/Packages.swift(+89 -3)📝
Sources/Runtime.swift(+12 -0)📝
atlantis-proxyman.podspec(+2 -1)📄 Description
Description
Able to capture all WS/WSS traffic from URLSessionWebsocketTask
Original Ticket
https://github.com/ProxymanApp/Proxyman/issues/586#issuecomment-821054334
Install
mainbranch (It's not released yet)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.