Skip to content

dani3/sc-emulator

Repository files navigation

SmartCard Emulator

Small SmartCard emulator written in C++17. This project was born from the fact of wanting to practice different kinds of tools and tests frameworks for C++ and Python.

How to use

First, install all the dependencies shown below. Once installed, compile the emulator:

$ cmake .. -DCMAKE_BUILD_TYPE=$1 -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE -G "Unix Makefiles"
$ make

You can now run the emulator:

cd build/
./sc-emulator

Dependencies

About

Basic SmartCard emulator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published