Commit c41ec9fe authored by Administrator's avatar Administrator

修改定义

parent 09c2886a
......@@ -34,5 +34,5 @@ public interface RatelUnpack {
* @param method 一个特定的方法,可以通过各种hook手段、反射手段获取到
* @return 内存数据
*/
ByteBuffer methodDex(Method method);
byte[] methodDex(Method method);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment