baksmali首先执行的第一个main函数publicstaticvoidmain(String[]args)throwsIOException{
Localelocale=newLocale("en","US");
Locale.setDefault(locale);
CommandLineParserparser=newPosixParser();
CommandLinecommandLine;
try{
commandLine=parser.parse(options,args..
分类:
其他好文 时间:
2014-08-15 02:53:47
阅读次数:
261
官方文档对于dex中的class数据结构表示如下:class_idx uint indexintothetype_idslistforthisclass.Thismustbeaclasstype,andnotanarrayorprimitivetype.access_flags uint accessflagsfortheclass(public,final,etc.).See"access_flagsDefinitions"forde..
分类:
其他好文 时间:
2014-08-15 02:53:09
阅读次数:
291
Dalvik opcodesAuthor:Gabor PallerVx values in the table denote a Dalvik register. Depending on the instruction, 16, 256 or 64k registers can be access...
分类:
其他好文 时间:
2014-08-14 23:47:36
阅读次数:
421
根据C语言教学书上的示例编写,主要破解access的密码,通过异或算法,支持access2000和access2003,其他版本的没经过测试,下面是具体代码:#include main(){FILE *fp;char mm0[40],mm1[40],mm2[40];int i,k;clrscr();...
分类:
数据库 时间:
2014-08-14 23:45:16
阅读次数:
373
1.软件版本 apache-tomcat-7.0.55 apache-maven-3.2.2 eclipse-standard-luna-R-win32-x86_64 2.修改文件 2.1 tomcat ?tomcat-users.xml ?增加如下用户 角色 manager-script manager-script?— Access to the ...
分类:
其他好文 时间:
2014-08-14 21:12:19
阅读次数:
206
最近做的项目一直在用laraval框架,有些地方确实很方便,但是有些方面实在是太坑了,就比如这次在数据库里,官方文档写的是Take note thatemailis not a required option, it is merely used for example. You should us...
分类:
数据库 时间:
2014-08-14 20:28:39
阅读次数:
226
在做项目的时候出现了这个异常:ognl.NoSuchPropertyExceptionjava.lang.IllegalAccessException: Class ognl.OgnlRuntime can not access a member of引起这种原因就是属性名称的不规范!!比如 "nT...
分类:
其他好文 时间:
2014-08-14 20:19:29
阅读次数:
139
这儿需要使用两个系统函数:BOOL WINAPI FreeConsole(void); //// 关闭控制台窗口,参考:http://msdn.microsoft.com/en-us/library/ms683150%28VS.85%29.aspxBOOL WINAPI AllocConsole(v...
(BZOJ挂了,还没在BZOJ测,先是在wikioi测过了,,)囧。在军训时立志要学lct!!!这是一道lct的裸题,只有access操作(10行都没有啊亲。。。缩行大法的话,我就不说了。。)(link操作相当于水过),其实lct很简单。。想想都有点小激动。。。。。。lct用splay维护的话,一下...
分类:
其他好文 时间:
2014-08-14 15:51:48
阅读次数:
193
如果出现exc_bad_access错误,基本上是由于内存泄漏,错误释放,对一个已经释放的对象进行release操作。但是xcode有时候不会告诉你错误在什么地方(Visual Studio这点做得很好)。不过我们可以通过设置xcode环境变量环境变量NSZombieEnabled,Mallo...
分类:
数据库 时间:
2014-08-14 15:50:19
阅读次数:
221