i need to ensure that even if my executable C/C++ codes are copied to another raspberry Pi (dumping the SDcard), they will not run there.
what are the possible ways to do this.
Update:
adding "PI serial number" as a licence to run my code is a solution to prevent dumping and using my software on another PI, but i have also lots of installed/configured Linux services which run when Pi boots. is there any idea how to prevent them to run without licence?