frida / frida-objc-bridge

Objective-C runtime interop from Frida
49 stars 21 forks source link

feat($moduleName): extract the class module names #16

Closed dweinstein closed 5 years ago

dweinstein commented 5 years ago

- WIP / untested

dweinstein commented 5 years ago

Currently having trouble testing as I get the following perplexing error on my box (Mac OS 10.14.5 (18F132)), Frida 12.6.7:

± make -C test
... hamsters ...
build/macos-x86_64/runner
This copy of libswiftCore.dylib requires an OS version prior to 10.14.4.
make: *** [run-macos] Abort trap: 6

update: tests are passing now w/ https://github.com/frida/frida-objc/pull/17

oleavr commented 5 years ago

Should consider naming it $moduleName to use Frida-terminology.

Once this lands we should update the:

dweinstein commented 5 years ago

Should consider naming it $moduleName to use Frida-terminology.

Done in https://github.com/frida/frida-objc/commit/cede9f6a73552f7c9186fd6c3180c8068c4d93c1

Once this lands we should update the:

(done) https://github.com/frida/frida-website/pull/137

Not sure best way to handle this one

oleavr commented 5 years ago

Nit: perhaps we should move it right after $className like you did in the docs?