原文来自http://blog.zanlabs.com/2015/03/14/android-shortcut-summary/将近二个多月没写博客了。之前一段时间一直在搞红包助手,就没抽时间写博客,但写这个真的是很好玩。没想到居然在Android上实现模拟点击,从而实现自动抢红包,有兴趣的同学可以...
分类:
移动开发 时间:
2015-03-16 23:06:41
阅读次数:
228
Source:https://www.nccgroup.com/en/blog/2015/02/adventures-in-xen-exploitation/tl;drThis post is about my experience trying to exploit the Xen SYSRET ...
分类:
其他好文 时间:
2015-03-13 17:59:19
阅读次数:
277
shortcut icon和icon代码之间究竟有何区别呢.下面介绍一下语句一:语句二备注:语句一 Shortcut Icon 就是在网址列前面出现的Icon问题:语句二 icon的作用是怎么?和语句一有什么区别?指导过去,为保证favicon出现,网站设计者和开发者采用了多种方法。很难明确地保证f...
分类:
Web程序 时间:
2015-03-12 20:42:43
阅读次数:
148
一个方法,在APP需要的时候调用该方法即可:
public void createShortcutIconInHomeScreen() {
Intent addIntent = new Intent();
addIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, new Intent());
addIntent.putExtra(Intent...
分类:
移动开发 时间:
2015-03-03 11:42:22
阅读次数:
127
还没开始系统性的学习Ruby,最近在看metasploit框架的exploit会涉及到Ruby脚本,也就硬着头皮一遍查阅资料一遍做些笔记吧。 Ruby字符串中存在chop和chomp的内置函数。我在http://www.w3cschool.cc/ruby/ruby-string.html中得到的关于...
分类:
其他好文 时间:
2015-02-23 11:57:50
阅读次数:
175
To specify or modify directory settingsIn Solution Explorer, open the shortcut menu for the project you want to change and then choose Properties. In ...
分类:
其他好文 时间:
2015-02-11 23:16:09
阅读次数:
245
Using keyboard shortcutsTo use a keyboard shortcut, press a modifier key at the same time as a character key. For example, pressing the Command key (i...
分类:
其他好文 时间:
2015-02-09 15:24:22
阅读次数:
215
Angler Exploit在最近变得非常火热,主要是最近的几次flash 0day都出现在该Exploit Kit中,该Exploit Kit最大的特点就是混淆的十分厉害,相比国内比较流行DoSWF,这个的混淆方式简直灭绝人性==!,下面就是该Exploit Kit使用的一个CVE-2014-05...
分类:
其他好文 时间:
2015-02-06 23:01:35
阅读次数:
246
1 代码提示 settings-->keymap-->Main Menu -->Code --> Completion -->Basic -- 双击,点击add keyboard shortcut ,按下自己熟悉的快捷键即可 2 java doc 悬浮显示 settings --> IDE settings --> Editor --右侧...
分类:
移动开发 时间:
2015-02-04 00:53:20
阅读次数:
206
echo "Updating The Exploit-DB"cd /usr/share/exploitdb/wget http://www.exploit-db.com/archive.tar.bz2tar -xvjf /usr/share/exploitdb/archive.tar.bz2rm /...
分类:
数据库 时间:
2015-02-03 19:11:58
阅读次数:
195