How to use usbmuxd and ssh to copy file?
@Tyrion wrote: We know that we can use these commends to copy file with the SSH.~scp /path/to/localFile user@iOSIP:/path/to/remoteFile~scp user@iOSIP:/path/to/remoteFile /path/to/localFileBut how can...
View Article怎样深刻理解ios开发 (小白)
@158 wrote: 怎样深刻理解ios开发 ,一步一步入门 (求大神指点) Posts: 4 Participants: 4 Read full topic
View Article关于XcodeGhost的问题。
@iOSDev wrote: 看了好多分析的文章,对于恶意模块的注入过程,都是用了一句"修改xcode编译参数"来带过。想了好久也想不出是修改Xcode的哪个参数可以实现这个功能,pch?也不可能吧。。 论坛貌似没有关于XcodeGhost的讨论,这个是黑产话题不允许讨论吗? 实现原理是不是因为编译器被逆向过,而不是修改了参数? Posts: 2 Participants: 2 Read full...
View ArticleHopper Disassembler反汇编代码中的STK1,STK2是什么意思?
@efish wrote: 使用 Hopper Disassembler反汇编时,经常出现STK0, STK1, STK-1 等符号,是什么意思? Posts: 2 Participants: 2 Read full topic
View Article是否有strace类似的东西?
@qifuren1985 wrote: google一遍, cydia上面还没有strace类似的东西, osx上面倒是有了dtrace和dtruss, 有人在移植到ios上面, 但没后话了. Posts: 1 Participants: 1 Read full topic
View Article为什么找不到libMobileGestalt.dylib啊?
@zh3f wrote: 为什么找不到/usr/lib/libMobileGestalt.dylib,请教大神! Posts: 1 Participants: 1 Read full topic
View Article如何唯一识别iOS设备?
@iOSDev wrote: iOS5时代可以用 [[UIDevicecurrentDevice]uniqueIdentifier];iOS6时代通过识别MAC地址来唯一确定一台设备。iOS7时代有...
View Article如何配置syslogd中Log的时间戳格式
@stone wrote: 从cydia中下载的syslogd to /var/log/syslog工具默认的log中时间戳为**Mar 12 19:24:43**这种格式,只精确到秒级别。 Mar 12 19:24:43 Administratorde-iPhone kernel[0]: 090114.179142 wlan.A[13721]...
View Article[Fail]Install on device
@wbdn wrote: Hello, I trying to install example compiled deb to iPad 4(9.0.2), it fails with dpkg: error processing /com.iosre.iosgreetings_iphones-arm.deb(--install): parse error, in file...
View Article关于Apple ID解锁背后的黑产故事
@SteveRaegan wrote: 本来是应一个朋友的要求写的小文章,顺便在群里提了一下。既然狗神都资磁了,那我就来论坛分享一下吧。 http://weibo.com/p/1001603952336178435831 这是微博的原文链接,如果喜欢一起关注一下吧。 Posts: 5 Participants: 2 Read full topic
View ArticleTweak 可以直接修改 preference的值吗?
@codernet wrote: tweak 可以直接修改 preference 的 plist的值吗? Posts: 2 Participants: 2 Read full topic
View Article【新手】逆向工程SizeUp
@SatanWoo1 wrote: 逆向工程 SizeUp 原帖地址 这几天把汇编语言好好复习了一遍,心里痒痒,就想找个软件来逆向一发。研究啥好呢?网上逆向工程的教程一大堆,主要都是针对 Sketch 啦,Reveal 啦,那我照着做一遍也没啥占尽啊,体现不出我中国iOS第12人(吹牛逼)的特点啊。干脆我找个小众一点的软件来巩固下知识点吧。于是,我就盯上了我每天都非常喜欢使用的...
View Article请问一下,cycript 如何获取 ivar 局部变量?
@codernet wrote: 请问一下,cycript 如何获取 ivar 局部变量? Posts: 2 Participants: 1 Read full topic
View ArticleHow do I debug safe mode with the following info?
@snakeninny wrote: Hi,I suppose the following texts from syslog is enough for debugging: Mar 15 10:01:35 FunMaker-5 networkd[189]: _57-[NETQualityManager...
View Article有没有比较好的App Crash跟踪平台?
@seafood wrote: 求推荐几个比较好用的质量跟踪平台,最好是国内的,效果要好~ Posts: 1 Participants: 1 Read full topic
View ArticleHook mach_msg
@qifuren1985 wrote: 使用MSHookFunction hook掉mach_msg(mach_msg_header_t *msg, mach_msg_option_t option, mach_msg_size_t send_size, mach_msg_size_t rcv_size, mach_port_t rcv_name, mach_msg_timeout_t...
View Article关于获取iOS设备的IMEI串号
@111160 wrote: 求助,客户要求在iOS9上面获取到设备串号,也就是IMEI串号 Posts: 1 Participants: 1 Read full topic
View Article如何可以让守护进程不被挂起?
@qifuren1985 wrote: http://bbs.iosre.com/t/run-a-daemon-as-root-on-ios/212 有如何写守护进程的方法, 但问题是如何可以让守护进程不被挂起, 特别是网络不被挂起. 我写了一个守护进程, 然后里面建了一个长链接, 但锁屏后长链接就断了, 估计进程被挂起了. 网络不被断掉我知道可以用voip的方式去解决,...
View Article我在App里用到了一个第三方库,这个库里用到了IDFA。那么我在提交AppStore审核的时候,有个选项问我是否用到了IDFA,我应该选“是”还是“否”?
@snakeninny wrote: 貌似如果用了但不报的话,后果很严重😥 P.S. 用的是友盟的SDK,他们的官网已经说明了应该如何选择😉,即: 先选YES,再选择第2、3、4个子选项 Posts: 2 Participants: 2 Read full topic
View Article提问,关于如何启动一个App的问题
@xiongzhend wrote: 大家好, 小弟最近遇到一个需要从外部启动自己App的问题,搜索了论坛发现可以使用dlopen来做,代码如下: int (*openApp)(CFStringRef, Boolean); void *hndl =...
View Article