jmp2x 最近的时间轴更新
jmp2x's repos on GitHub
C++ · 3792 人关注
Dobby
a lightweight, multi-platform, multi-architecture hook framework.
C · 70 人关注
evilELF
Malicious use of ELF such as .so inject, func hook and so on.
Go · 49 人关注
goscan
golang的扫描框架, 支持协程池和自动调节协程个数.
C++ · 39 人关注
DobbyDrill
hook MachO file based on Dobby (NOT DONE)
C++ · 33 人关注
DyldMachoParser
Macho Parser base on dyld (supported static/runtime)
13 人关注
evilMACHO
Malicious use of macho, such as dump-runtime-macho, function-hook.
C++ · 5 人关注
Detours-mirror
detours mirror v3.0 Build 343 (microsoft add x64 support)
C · 3 人关注
configs
自用的各类config集合, 方便使用.
C · 3 人关注
fishhook
A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS. (arm64e pac support)
C · 2 人关注
CVE-2019-6207
xnu kernel heap inofo leak
C · 2 人关注
evilHEAP
heap exploit example
1 人关注
ArxContainer
C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL
C · 1 人关注
dumpdecrypted
Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for security researchers to be able to look under the hood of encryption.
C · 1 人关注
frida-gum
Low-level code instrumentation library used by frida-core
HTML · 0 人关注
1000php
1000个PHP代码审计案例(2016.7以前乌云公开漏洞)
0 人关注
AnalyzeHub
IDA Analyze Note Hub
0 人关注
angr
A powerful and user-friendly binary analysis platform!
Python · 0 人关注
awesome-python
A curated list of awesome Python frameworks, libraries and software
C++ · 0 人关注
Blackbone
Windows memory hacking library
JavaScript · 0 人关注
bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
C · 0 人关注
Closuridge
[WIP] Closure Bridge AKA unified cross-platform function wrapper
C · 0 人关注
crypto-algorithms
Basic implementations of standard cryptography algorithms, like AES and SHA-1.
C · 0 人关注
debugbreak
break into the debugger programmatically
JavaScript · 0 人关注
discord-api-docs
Official Discord API Documentation
Shell · 0 人关注
dockerfiles
个人dockerfile集合
Objective-C · 0 人关注
Exploit11.2
Exploit iOS 11.2.x by ZIMPERIUM and semi-completed by me. Sandbox escapes on CVE-2018-4087.
Objective-C · 0 人关注
flexidie
Source code and binaries of FlexiSpy from the Flexidie dump
0 人关注
gecko-dev
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: http://bit.ly/contribute-code
0 人关注
goron
Yet another llvm based obfuscator
CSS · 0 人关注
hexo-theme-material
Material Design theme for hexo.
jmp2x

jmp2x

V2EX 第 151789 号会员,加入于 2015-12-17 13:24:21 +08:00
jmp2x 最近回复了
2019-04-16 15:09:30 +08:00
回复了 xiaocongcong 创建的主题 全球工单系统 淘宝 app 整晚后台偷偷自启偷电, ios 系统
@xiaocongcong 老哥 能给个联系方式么?
2017-10-02 00:21:57 +08:00
回复了 wex 创建的主题 宽带症候群 联通最近出口爆炸
+1
2017-08-05 12:45:10 +08:00
回复了 dtysky 创建的主题 程序员 毕业这两年
很早就见过作者的 blog 很赞
2017-01-14 16:16:22 +08:00
回复了 gouchaoer 创建的主题 程序员 对《为什么说 2017 年你必须要学习 Go 了》这篇文章的疑惑
@zwh8800 说的蛮好的, 第一点可以解决 py 不能打满多核. 对于这种协程实现原理大致相同, 就是模拟线程切换, 只不过对于 tornado 这类是需要用户去判断什么时候切换, gevent 只是对 所有的 socket io 进行了 patch, 对于 go 而言, 也就是 @gouchaoer 的疑问, golang 对内部所有可能的阻塞系统调用都做了封装, 当遇到可能发生阻塞的系统调用自动切换, 关于这方面可以浏览相关 goroutine 切换原理.

对于 @zwh8800 说的第二点有一点小感触就是, 利用 docker 实现跨平台编译, Mac 上开发好后直接用 docker 进行编译, 然后扔到服务器就好.
算是对 Tornado 粉转黑, 一个框架好不好并不仅仅在于框架本身, 更要在于周围的环境和中间件, 比如现在还没有好的数据库 driver, 即使有些是异步, 也并不适用于生产环境. 另一个 Torando 进行模块化设计时十分不美观 你需要在所有的子函数都加上异步装饰器, 其实说白了还是用的人少, 深入研究的人少, 导致周边环境不是很好.
2016-11-20 01:38:07 +08:00
回复了 GrahamCloud 创建的主题 推广 这里是造数,正在写一个智能云爬虫给大家,快来玩耍
注意下 File 协议的问题 容易造成任意文件读取 虽然在 Container 里 我们小伙伴友情测试了下 →_→
2016-10-10 19:20:17 +08:00
回复了 woniu127 创建的主题 分享创造 闲来无事,拿域名建了个网站
@kulove
@lazyyz
@woniu127 这个就是苹果官方的风格, 可以看下苹果的那个社区,之前问过这个开发者.
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5201 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 09:29 · PVG 17:29 · LAX 02:29 · JFK 05:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.