Pinned Repositories
1earn
个人维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
demo
demo test
frida_dump
frida dump dex, frida dump so
HaiZei_kaikeba
海贼班代码备份
Hython
strong-frida
make frida strong, bypass frida detection.
tls1.3_socket
Remote0's Repositories
Remote0/tls1.3_socket
Remote0/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
Remote0/awesome-security-hardening
A collection of awesome security hardening guides, tools and other resources
Remote0/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
Remote0/Cpp-Concurrency-in-Action-2ed
C++ Concurrency in Action 2ed 笔记:C++11/14/17/20 多线程,掌握操作系统原理,解锁并发编程技术
Remote0/Cpp-Templates-2ed
C++ Templates 2ed 笔记:C++11/14/17 模板,剖析 C++ 最复杂艰深的高级技术,揭秘基础设施库不可或缺的泛型编程
Remote0/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
Remote0/cpp_note
C++ practise notebook
Remote0/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
Remote0/cpp_study
follow me to study modern c++
Remote0/CS-courses-notes
中文CS课程自学笔记,C/C++语言实现。About Computer Science, my self study notes.
Remote0/Cxx_HOPL4_zh
Chinese translation of Bjarne Stroustrup's HOPL4 paper
Remote0/EffectiveModernCppChinese
《Effective Modern C++》翻译 - 已完成
Remote0/go-util
常用 Go 工具函数封装
Remote0/go_parser
Yet Another Golang binary parser for IDAPro
Remote0/gomanuf
通过mac地址计算设备厂家信息
Remote0/Heavens-Gate
Heaven's Gate implementation in C for constructing x64 Win32 API call in x86 WoW64 processes.
Remote0/learngo
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes
Remote0/LearnGolang
《Golang安全资源大全-只有Go语言才能改变世界》Only Golang Can Change The World.
Remote0/libevent
<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
Remote0/Linux-Network-Programming
Samples to Linux network programming in Socket and I/O multiplexing, and capture packets to reveal the essence of computer network communication.(基于 Socket 和 I/O 多路复用的 Linux 网络编程示例,抓包揭示计算机网络通信本质)
Remote0/note
Remote0/OLLVM-plusplus
Obfuscator refactored and extended from OLLVM.
Remote0/PE-Parse
Remote0/Pentest_Note
渗透测试常规操作记录
Remote0/pinduoduo_backdoor
拼多多apk内嵌提权代码,及动态下发dex分析
Remote0/safe-rules
详细的C/C++编程规范指南,由360质量工程部编著,适用于桌面、服务端及嵌入式软件系统。
Remote0/Skr_Learning
天问之路 - 学习笔记&学习周报。内容包括但不限于C++ STL、编译原理、LLVM IR Pass代码优化、CSAPP Lab、uCore操作系统等等。持续更新ing...
Remote0/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
Remote0/uber_go_guide_cn
Uber Go 语言编码规范中文版. The Uber Go Style Guide .