http://samdmarshall.com/re.htmlReverse Engineering ResourcesDebuggingThese are very important guides for understanding the debugging process and how a...
分类:
移动开发 时间:
2015-05-12 13:31:00
阅读次数:
150
Configure Visual Studio 2013 for debugging .NET frameworkIn order to configure Visual Studio 2013 do the following in the Tools -> Options -> Debuggin...
分类:
Web程序 时间:
2015-05-08 23:30:32
阅读次数:
148
??
Please refer to
https://developer.android.com/tools/debugging/debugging-memory.html,http://android-developers.blogspot.com/2011/03/memory-analysis-for-android.html.
In DDMS, got an ...
分类:
移动开发 时间:
2015-05-08 16:38:30
阅读次数:
211
一、真机截屏1.打开Xcode 62.在xcode 选择模拟器或者真机设备的地方选中你的真机3.Debug-->View Debugging-->Take Screenshot of "你的手机名称"4.点击就可以在桌面上看到截到的图像方法二1.打开Xcode 把手机连接电脑2.Window-->D...
分类:
移动开发 时间:
2015-05-07 10:15:51
阅读次数:
236
请声明转载出:
DebugEnabler,这个类用于保存和修改调试级别,也就是日志的打印级别:
/**
* Holds a local debugging level that can be modified separately from the
* global debugging
* 保留本地的调试级别,这个级别能被个别的全局调试修改
* @short A holder...
可能的原因如下:1. 菜单tools->Options->Debugging->General,有个Require source files to exactly match the original version的选项取消;2. 菜单tools->Options->Debugging->Symb...
分类:
其他好文 时间:
2015-05-04 15:07:59
阅读次数:
144
In this tutorial we will see about debugging java applications using Eclipse. Debugging helps us to identify and fix defects in the application. We wi...
分类:
编程语言 时间:
2015-05-02 11:04:32
阅读次数:
270
#import #import #import void (*old_sub_ACF0)(void);void new_sub_ACF0(void){ // old_sub_ACF0(); NSLog(@"iOSRE: anti-anti-debugging");}%ct...
分类:
移动开发 时间:
2015-04-28 17:41:12
阅读次数:
243
Windbg 相信windows开发的人都知道,有些人用的溜儿溜儿的,有个crash,直接拿这个工具一分析,就定位出来了。非常好用。以前有个同事,做sdk开发 的,会各种命令。来北京后,还去过微软面试(不过当时是做外包,挣得也不少),问的问题就包括会不会用windbg定位问题。当时就会几个简单的命令...
分类:
数据库 时间:
2015-04-28 11:35:32
阅读次数:
189