NorthwaveSecurity / fridax

Fridax enables you to read variables and intercept/hook functions in Xamarin/Mono JIT and AOT compiled iOS/Android applications.
MIT License
164 stars 21 forks source link

Use fridax to iterate an ObservableCollection #30

Open bawarkamalqader opened 2 years ago

bawarkamalqader commented 2 years ago

Does anyone have any idea how Frida can iterate over an observable collection or collection items?

The idea is to go over the items in a collection or get a specific item at an index.