Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 355 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 355 Bytes

ownsha2

minimum ELF64 program to calculate its own SHA256.

Usage

compile

# compile
make # or make final

clear

# clear
make clean

Feature

  • syscall
  • minimum ELF
  • no shared libraries

final size: 1290 bytes

Reference

https://github.com/fengjixuchui/selfmd5

Thanks

@PandaOS