Skip to content

hustqy/FunctionScan

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FunctionScan

find function boundary and recognize library function

Usage

To output ld.script :

ld --verbose >ld.script 

Compile main.cpp getReload.cpp

g++  -T ld.script  main.cpp getReload.cpp -o main -std=c++11 -fno-stack-protector -g 

run main

./main sampleBinary

TODO

use python to execute main , input sample executable and function address, output function name.

About

find function boundary and recognize library function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published