#
mitigations
Here are 6 public repositories matching this topic...
Academic papers related to fuzzing, binary analysis, and exploit dev, which I want to read or have already read
-
Updated
Jul 13, 2020
ahomescu
commented
Feb 17, 2017
MSVC on Windows prepends padding instructions to functions for alignment (it currently uses the CC opcode for this and a 16-byte alignment for all functions by default). We currently preserve those instructions as "gap functions", but they should be safe to discard. We could add a pass that scans all gap functions and trims them by removing all CC (and even 90 as well) opcode.
WinDbg extension to display Windows process mitigations
windbg
windbg-extension
iris
acg
cfg
mitigations
aslr
dep
seh
exploit-development
windbg-preview
exploitdev
rfg
-
Updated
Jan 3, 2020 - C++
Research on UDP/TCP amplification vectors, payloads and mitigations against their use in DDoS Attacks
-
Updated
Jun 27, 2020 - C
Fully-featured tool that combines state-of-the-art TLS analyzers with a report system that suggests appropriate mitigations and shows the full set of viable attacks.
tls
hsts
robot
https
crime
rc4
certificate-transparency
poodle
attack-trees
mitigations
breach
sloth
drown
sweet32
3shake
bar-mitzvah
lucky13
-
Updated
May 20, 2020 - Shell
Improve this page
Add a description, image, and links to the mitigations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mitigations topic, visit your repo's landing page and select "manage topics."
We currently use
WinVerifyTrustto validate in-binary Authenticode signatures, but this doesn't work for externally signed binaries (i.e., those that come with a separate.catfile). Many core WIndows binaries are signed externally, so we should support this case.Some initial research: