Skip to content

royhunter/hotpatch_linker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotpatch_linker

Hotpatch_linker is a project which provide a tool for link and pack a patch package.

Building

Compile x86_64 Arch:

#make x86_64

Compile mips32 Arch:

#make mips32

Compile all:

#make all

Executable File

# ls bin/
mips32/ x86_64/ 
#ls bin/mips32/
mips32_linker
#ls bin/x86_64/
x86_64_linker

Usage:

	Usage:
		Arch_linker [options] -o obj_filename  -e executable_filename
        Arch: x86_64,mips32

    Options:
        -d  --debug             Output debug info
        -v, --version           Show version
        -h, --help              Show this help
        -o obj,  --obj=NAME     Set obj file name
        -e exec, --exec=NAME    Set exec file name

About

hotpatch_linker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published