blog.ourren.com
Python中的常用代码 - Ourren
http://blog.ourren.com/2015/07/19/pythonzhong-de-chang-yong-dai-ma
Input first = [1,2,3,4,5] second = [6,7,8,9,10] #output three = [7,9,11,13,15] # The zip function is useful here, used with a list comprehension. # add [x y for x, y in zip(first, second)] # other [x*y for x, y in zip(first, second)] [max(x,y) for x, y in zip(first, second)]. In list = ['1', '2', '1', '3'] in list = list(set(in list). From collections import Counter A = Counter({'a':1, 'b':2, 'c':3}) B = Counter({'b':3, 'c':4, 'd':5}) A B Counter({'c': 7, 'b': 5, 'd': 5, 'a': 1}). 20 could be change to a...
blog.ourren.com
Blog Archive - Ourren
http://blog.ourren.com/blog/archives
Measuring and Detecting Malware Downloads in Live Network Traffic. Understanding and Monitoring Embedded Web Scripts. Detecting Spammers on Twitter. On the Relations Between the Different Actors in the Spam Landscape. On the Arms Race in Spamming Botnet Mitigation. SecWiki:Latest Security Articles and Tools. Eyefoo Remove Ad Patch. Php Webshell Scan Tool. 编解码工具 DEncode1.1 更新. Practical Malware Analysis Chapter5 Summary. Practical Malware Analysis Part1总结.
claudxiao.net
修改Android模拟器的system分区,以及加入SuperSU | i, Claud
http://www.claudxiao.net/2013/10/persistent-change-emulator-system-partition
例如[1],将/system拷贝至清空后的/data分区,然后将相应的userdata-qemu.img改名为system.img 以及[2],对live的/system,通过yaffs工具将其dump为一个镜像文件。 1 创建一个AVD,在这个例子里,我们用Android 4.2.2,命名为root。 Cp adt-bundle-mac/sdk/system-images/android-17/armeabi-v7a/system.img /.android/avd/root.avd/. Emulator -avd root -qemu -nand system,size=0x1f400000,file= /.android/avd/root.avd/system.img. 4 系统启动后,adb remount一下,然后通过adb mount可以看到system分区已经变为rw了。 1] http:/ allencch.wordpress.com/2012/02/29/learn-to-root-android-using-emulator/. 2013 年 10 月 09 日.
claudxiao.net
2013年台湾黑客大会回顾: 如何组织听众为中心的技术活动 | i, Claud
http://www.claudxiao.net/2013/09/learn-conference-organization-from-hitcon
7月19日和20日,受主办方邀请和看雪安全论坛推荐,我有幸前往台北参加今年的台湾黑客大会 Hacks In Taiwan Conference, HITCON 并作演讲。 在官方网站的Sponsor页面,主办方为长期合作方的大logo打上了不同的标签,比如 提供报名系统3年 、 连续补助场地4年 、 连续设计网站3年 、 连续赞助9年的辉煌荣耀 等,大部分赞助商都能感受到自己的与众不同。 当出现一个超级棒的演讲时,其他两个会场的听众会马上知道并且跑过去听 另一方面,也会出现讲师比较 水 ,IRC里嘘声一片的情况。 最好玩的是,由于会场提供了开放的WiFi网络,不加密的网络会话可以被监听,因此主办方搞了一个 绵羊墙 ,也就是设立了一个IRC bot,它会监听整个WiFi网络,抽取其中明文传输的账号、密码和URL,自动发到IRC频道里 当然,账号和密码打上了部分掩码。 在议程中,有专门的 和正妹聊天 、 抢茶点 的环节,其实是普通的茶歇而已:-). 有一个新加坡人的议题叫 OS X Rootkits Stuff ,会务组直接翻译成 那些洞,我們一起追的 OS X Rootkits。
claudxiao.net
计算机 | i, Claud
http://www.claudxiao.net/category/computer
New iOS malware use Cydia Substrate to steal advertisement promotion fee. Claud Xiao – 03/24/2014. Cydia Substrate is a very popular runtime instrumentation framework for jailbreaked iOS devices which is commonly used by jailbreak community developers to develop powerful tools or special applications for modifing system functions or the OS interface. Figure 1. The spad.dylib hooks methods in MobClick SDK. Figure 2. The spad.dylib changes app key in MobClick SDK. Google Mobile Ads SDK. In the past years, ...
ytliu.info
Blog Archive - Mctrain's Blog
http://ytliu.info/blog/archives
What I learned in IT, as well as thought about life. Segmentation Protection in Intel Processor. Enable CONFIG MODULE in Cyanogenmod Kernel. OpenSSL Authenticated Android Accessory Protocol. 转载 Sigreturn Oriented Programming (SROP) Attack - 攻击原理. Hooking and Hijacking Android Native Code. Notes in CCS 2015 (Denver). Running Driver Domain on Xen. Running Xen on Xen Xen的嵌套虚拟化技术. Install Kali Linux in Lenovo Yoga 3 Pro. Debugging Linux Kernel using GDB and QEMU. My first Alfred 2 Workflow by Ruby. My name i...
ytliu.info
小呆的厨房上线啦 - Mctrain's Blog
http://ytliu.info/blog/2015/02/01/xiao-ai-de-chu-fang-shang-xian-la
What I learned in IT, as well as thought about life. Posted by Liu Yutao. Laquo; 知识整理 2015.1. Running Xen on Xen Xen的嵌套虚拟化技术 ». My name is Liu Yutao and this is my blog. I am a Ph.D candidate in IPADS. Of SJTU, and this is my Homepage. E-mail me at mctrain016@gmail.com if you have any questions or comments. Segmentation Protection in Intel Processor. Enable CONFIG MODULE in Cyanogenmod Kernel. OpenSSL Authenticated Android Accessory Protocol. 转载 Sigreturn Oriented Programming (SROP) Attack - 攻击原理.
claudxiao.net
信息安全 | i, Claud
http://www.claudxiao.net/category/computer/security
New iOS malware use Cydia Substrate to steal advertisement promotion fee. Claud Xiao – 03/24/2014. Cydia Substrate is a very popular runtime instrumentation framework for jailbreaked iOS devices which is commonly used by jailbreak community developers to develop powerful tools or special applications for modifing system functions or the OS interface. Figure 1. The spad.dylib hooks methods in MobClick SDK. Figure 2. The spad.dylib changes app key in MobClick SDK. Google Mobile Ads SDK. In the past years, ...