bogwonch / Semantic-NOPs

Extracting Semantic NOPs for multiple architectures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Semantic NOPs

Part of my thesis for generating and finding semantic NOPs with the GNU binutils.

Database is currently in *Semantic-NOPS.csv*. Fields are separated with a '|'
character.  Semantic-NOPs which use more than one instruction have a prefix and
a suffix.  More NOPs can be placed in between the prefix and suffix.


Field 1: Architecture
Field 2: Prefix instructions (semicolon separated if more than one)
Field 3: Suffix instructions (semicolon separated if more than one)
Field 4: Prefix bytecode
Field 5: Suffix bytecode


About

Extracting Semantic NOPs for multiple architectures


Languages

Language:Ruby 74.3%Language:Haskell 25.7%