You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where re-injection could incorrectly select a previously-injected dylib as the target Mach-O.
17
+
18
+
### Fixed
19
+
20
+
- Target selection: Fixed re-injection potentially picking a previously-injected dylib as the injection target.
21
+
Added three-layer defense: read original load commands from pre-injection backup to restore the true dependency chain; skip `.troll-fools.bak` backup files during enumeration; use backup-diff to precisely identify and exclude previously-injected dylibs.
0 commit comments