Skip to content

This repository contains several examples of logic bomb.

Notifications You must be signed in to change notification settings

hank0982/logic_bombs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Set of Logic Bombs

This repository contains a set of artificial logic bombs following our DSN paper, Concolic Execution on Small-Size Binaries: Challanges and Empirical Study. A major purpose of the bomb is to test the capability of symbolic/concolic execution tools.

Lists of enclosed bomb techniques

In our paper, we propose several accuracy challenges and scalability challenges for concolic execution tools. The logic bombs are designed leveraging the chllenges.

Accuracy Challanges

Context Symbolic Variable
Covert Symbolic Propagation
Parallel Program
Symbolic Array
Symbolic Jump
Symbolic Context Variable
Floating-point Number

Scalability Challanges

External Function Call
Crypto Function

Installation

#:git clone https://github.com/hxuhack/logic_bombs.git
#:mkdir build
#:cd build
#:cmake ..

More Tips

Enable ping: sudo sysctl -w net.ipv4.ping_group_range='0 10'

About

This repository contains several examples of logic bomb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.9%
  • CMake 5.7%
  • C++ 4.4%