Add runtime navigation/overlay injection for TrollNFC (TNFNavigationHelper) - #2
Open
cto-new[bot] wants to merge 1 commit into
Open
Add runtime navigation/overlay injection for TrollNFC (TNFNavigationHelper)#2cto-new[bot] wants to merge 1 commit into
cto-new[bot] wants to merge 1 commit into
Conversation
… navigation issues Introduce a runtime injection module that preserves scroll position, highlights the last viewed card, and enables horizontal paging for card details in TrollNFC. This solution empowers jailbroken users with TrollStore to bypass overlay/UI flaws without original binary source. - Persists card list scroll state and restores on navigation - Highlights last-inspected card in the collection - Adds swipe/arrow-key navigation for card details with cache control - Self-installs via runtime method swizzling—no binary patching needed This enables a seamless and modern UX for large card libraries using dynamic runtime methods only. No migration is necessary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces TNFNavigationHelper, a runtime injection module for TrollNFC that preserves card list scroll position, highlights the last-inspected card, and adds swipe/arrow navigation for seamless UI/overlay handling on jailbroken devices.
Details
Warning: Task VM test is not passing, cto.new will perform much better if you fix the setup