Skip to content

flaxyaw/Better-SignatureStealer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Build

1. Clone

git clone https://github.com/flaxyaw/Better-SignatureStealer.git
cd Better-SignatureStealer

2. Build

Build using Visual Studio (GUI)

  1. CD SignatureStealer-Recode
  2. Open the provided .sln file.
  3. Change build type to Debug | Release x64
  4. Build Project

Build using msbuild (CLI)

cd SignatureStealer-Recode
msbuild SignatureStealer-Recode.sln /p:Configuration=Release /p:Platform=x64
cd build
SignatureStealer.exe

3. Usage

  1. Open SignatureStealer.exe
  2. Provide the path to an signed PE file
  3. Provide the path to an unsigned PE file
  4. Check logs for confirmation
  5. Confirm by checking the digital signature on unsignedfilename.exe.signed

About

Stealing signatures from pe files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%