Skip to content

Latest commit

 

History

History

c

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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.