Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改wax的pod spec,增加xml2和sqlite3的支持; #11

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2015

  1. Configuration menu
    Copy the full SHA
    a5e2ad3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. (1)解决forwardInvocation 被多次替换的bug;

    (2)解决selector被其他framework替换指向_objc_forwardMsg,仍然被拦截处理的bug;
    (3)增加wax_clear()进行patch现场修复;
    庞辉 committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    521e497 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/philonpang/wax

    * 'master' of https://github.com/philonpang/wax:
      修改wax的pod spec,增加xml2和sqlite3的支持;
    庞辉 committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    087a69c View commit details
    Browse the repository at this point in the history
  3. (1) 修复通过class_replaceMethod获得prevIMP始终为0x0的错误,改为通过method_getImplement…

    …ation获取;
    
    (2) 修复当覆盖oc方法中有super调用时进入死循环的错误;
    庞辉 committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    beb87a4 View commit details
    Browse the repository at this point in the history
  4. 去掉log;

    庞辉 committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    3ed50c9 View commit details
    Browse the repository at this point in the history
  5. 默认打开capi的函数调用;

    庞辉 committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    d191046 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. (1) wax_clear 加递归锁,waxClass倒序销毁,不销毁controller(防止hook dealloc crash,另外…

    …waxClass的所有selector都指向_objc_msgforward 销毁与否没有影响);
    
    (2) wax_class 对于一个进程多次重启waxClass,仍然记录waxClass;(即使第一次没有销毁成功,当clear的时候能够再次尝试销毁)
    (3) wax_instance override 方法重启,当一个method name对应class中确实有两个响应的selector方法时,override两个selector方法;
    庞辉 committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    69c81d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e1e89 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Configuration menu
    Copy the full SHA
    86456f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887512a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. fixLog: 去掉hook显示的log;

    philon committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    fa06cf7 View commit details
    Browse the repository at this point in the history
  2. Release1.0.1 去掉wax中hook的Log;

    philon committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    2b7925c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    ad83bcd View commit details
    Browse the repository at this point in the history
  2. 删除yalj的引用文件;

    philon committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    5c18fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28f8d24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1d4a7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d413fe View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    f415d4c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    fbbb100 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    c8c2a38 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. v1.0.5: 去掉system;

    philon committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    d6ab2b7 View commit details
    Browse the repository at this point in the history