v0.4.0
What's Changed
- Check if hooked correctly by @p-x9 in #3
- Function hooking by @p-x9 in #4
- Throws error when fishhook fails by @p-x9 in #5
- Resolve symbol name when demangled name is specified in
original
. by @p-x9 in #6 - Fix to avoid
EXC_BAD_ACCESS
when hooking functions by @p-x9 in #7 - Method hooking by @p-x9 in #8
- Refactor function hook by @p-x9 in #9
- Handle method exchange/hook if not in vtable by @p-x9 in #10
Full Changelog: 0.3.0...0.4.0