python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Tracing file creation via dynamic analysis of iOS application (using Frida)
Using FRIDA (http://frida.re), I'm debugging/reverse engineering an iOS app. The aim is to trace every file or folder created on the device by the app during runtime. So far I've tried running this ja...
T-StoneLeif
Votes: 0
Answers: 0
Sorting arrays of file attributes by their creation date in Swift
I have been using Swift's [enumerator(at:includingPropertiesForKeys:options:)]1 to find all files within a given base path and create arrays for different resource keys (file name, path, creation date...
davwillev
Votes: 0
Answers: 1