图书标签: python 安全 Programming Security hacker Python 程序设计 逆向工程
发表于2024-11-22
Gray Hat Python pdf epub mobi txt 电子书 下载 2024
Python is fast becoming the programming language of choice for hackers, reverse engineers, and software testers because it's easy to write quickly, and it has the low-level support and libraries that make hackers happy. But until now, there has been no real manual on how to use Python for a variety of hacking tasks. You had to dig through forum posts and man pages, endlessly tweaking your own code to get everything working. Not anymore. "Gray Hat Python" explains the concepts behind hacking tools and techniques like debuggers, trojans, fuzzers, and emulators. But author Justin Seitz goes beyond theory, showing you how to harness existing Python-based security tools - and how to build your own when the pre-built ones won't cut it. You'll learn how to: Automate tedious reversing and security tasks Design and program your own debugger Learn how to fuzz Windows drivers and create powerful fuzzers from scratch Have fun with code and library injection, soft and hard hooking techniques, and other software trickery Sniff secure traffic out of an encrypted web browser session Use PyDBG, Immunity Debugger, Sulley, IDAPython, PyEMU, and more The world's best hackers are using Python to do their handiwork. Shouldn't you?
Justin Seitz is a Senior Security Researcher for Immunity, Inc., where he spends a great deal of time bughunting, reverse engineering, and doing Python development and malware analysis.
你必须对py和C都已经很熟悉,至少已经能帮作者除错才能看这个,靠这个熟悉py肯定是没戏。
评分整本书,就是走马观花
评分相当不错的书,翻译的其实挺好 挺顺的,翻译到这程度,已经在国内的翻译书来说,算是相当好的。而那一点点的小错误 我觉得是不可避免的,根本不影响阅读,瑕不掩玉而且译者或者编者也对一些译者注的地方也挺细心的。本书能够把不熟悉自动化逆向的人带进门,并且让大家对调试器有直观的认识
评分相当不错的书,翻译的其实挺好 挺顺的,翻译到这程度,已经在国内的翻译书来说,算是相当好的。而那一点点的小错误 我觉得是不可避免的,根本不影响阅读,瑕不掩玉而且译者或者编者也对一些译者注的地方也挺细心的。本书能够把不熟悉自动化逆向的人带进门,并且让大家对调试器有直观的认识
评分核心内容还是计算机原理啊~~python仅仅是个工具而已
from ctypes import * kernel = windll.kernel32 advapi = windll.advapi32 HANDLE = c_void_p TOKEN_ADJUST_PRIVILEGES = 0x0020 h_token = HANDLE() if advapi.OpenProcessToken(kernel.GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES , byref(h_token)): print("OK"...
评分这个安全技术大系的书总是书名眼前一亮,翻看眼前一黑。 这个大系的书都感觉一般,原来买过另外的一本,比较失望,这本也有相似的问题,写的太简略,编校也比较粗糙,这本书的方向很吸引我,但在书店翻看了半个小时,还是放下了。 这本书更像一个向导,是那种进入一个世界需...
评分书刚看到第三章, 写的还是不错, 像我这种水平比较差的, 觉得讲的深浅合适, 比看深入理解计算机系统之类的书要好看的多(看那本我总是要睡着....) 但翻译的水平还是比较一般的, 不光是代码的缩进没有整理, 而且很明显代码没有自己敲进电脑里看看. 第三章开篇的CreateProcessA这...
评分其实基本上就是ctype加各种废话 (为了满足字数要求) 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种废话 其实基本上就是ctype加各种...
评分先撇开翻译水平不谈,不知道审校的人都做了什么,读了10页就发现4处印刷错误,object写成objecl,首字母大小写随意,源代没有缩进,而且代码也有错误,11页中print第二行my_barley.barley_long中long应该为int,原著也是一样的,难道我理解错了?思路不错,但是不认真负责
Gray Hat Python pdf epub mobi txt 电子书 下载 2024