rodionovd / rd_route

Function hooking for macOS
MIT License
184 stars 26 forks source link

Support for iOS Simulator #3

Closed rodionovd closed 10 years ago

rodionovd commented 10 years ago

Would be nice to be able to hook functions in iOS Simulator (e.g. for testing purpose).

rodionovd commented 10 years ago

Probably it's done with https://github.com/rodionovd/rd_route/commit/c4153a2be0634d96879a9e7e849346ef952c5c72 on ios-simulator-support branch.
Needs some testing, though.

delebedev commented 10 years ago

I've tested in with original SWRoute tests built for simulator and they fail: swroute rd_get_func_impl c 2014-06-21 11-20-59 2014-06-21 11-21-02

rodionovd commented 10 years ago

@garnett oh, it has nothing to do with rd_route — but it's definitely an SWRoute bug. Should be fixed with https://github.com/rodionovd/SWRoute/commit/3b8a084dd38647fcb71d2e7a6d342907392af0f7

delebedev commented 10 years ago

thx @rodionovd! It works for me now.