Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 476 Bytes

C version

This is the C version sample project of how to protect your application with sansi from copying.

How to use.

  1. Download a sansi library file libsansi_[bind_id][target arch][version].o from your account of koshinto to here.
  2. build main.simple.c as follows:
  • Linux with gcc: ./compile.sh -g
  • Linux with clang: ./compile.sh -c
  • mac: ./compile.sh -m
  • show usage ./compile.sh -h
  1. run built sansi file.