Exploit Development

470 readers
1 users here now

A curated community dedicated to strictly technical materials about vulnerability research, exploit development and reverse engineering.

founded 2 years ago
MODERATORS
51
 
 

CHERI extends conventional hardware Instruction-Set Architectures (ISAs) with new architectural features to enable fine-grained memory protection and highly scalable software compartmentalization. The CHERI memory-protection features allow historically memory-unsafe programming languages such as C and C++ to be adapted to provide strong, compatible, and efficient protection against many currently widely exploited vulnerabilities.

52
53
54
7
submitted 2 years ago* (last edited 2 years ago) by himazawa to c/exploitdev
55
 
 

Exploits of Team Orca from Sea Security and Qrious Secure for multiple vulnerabilities in Netfilter's nf_table module.

56
57
58
 
 

Ghidralligator is a C++ multi-architecture pcode emulator based on the Ghidra libsla, designed for fuzzing with AFL++.

It allows performing emulation-based fuzzing while keeping interesting performances when dealing with binaries running on exotic architectures.

Its extensible nature makes it easy to emulate literally every architecture (as long as you can write the corresponding Sleigh specification file) to fuzz arbitrary piece of code.

59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
view more: ‹ prev next ›