Skip to content

A commandline tool for finding strings in binary files and the assembler code that access it. Can be used for reverse engineering binary applications.

License

Notifications You must be signed in to change notification settings

danielfvm/AccessString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AccessString

A commandline tool for finding strings in binary files and the assembler code that access it. Can be used for reverse engineering binary applications.

output

Usage

Usage:
  accessstring <file> <string> [max_offset]

  file       Path to executable file
  string     String to be referenced
  max_offset Allow provided string to be offset by value, default 0

Installation

You will need the udis869 library to compile and install this program.

Linux

The following commands will download, compile and install this program. Keep in mind that you porbably will need root permission for running make install, which will then copy the binary file to /usr/bin/

git clone https://github.com/danielfvm/AccessString
cd AccessString
make
make install

About

A commandline tool for finding strings in binary files and the assembler code that access it. Can be used for reverse engineering binary applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published