I have a portable executable program, I want to make a mac address verification process. If the mac address is the same then the program should run and if the mac address does not match the program should exit. How do I do that? I want to have one executable file
Thanks