why is ECSDA signature in software protection useful? as they can be jumped over

StackOverflow https://stackoverflow.com/questions/13320335

  •  28-11-2021
  •  | 
  •  

문제

I was reading some book and mentioned so called ECDSA ( The Elliptic Curve Digital Signature Algorithm ) is used to generate serial numbers which are difficult to crack

My understanding is that we can always STATIC/DYNAMIC analysis the assembly and change those JMP codes to what we want (CRACKing). why we spent that huge effort do that complex serial number generation ? doesn't sound worthwhile to me.

도움이 되었습니까?

해결책

It turns out there are techniques that enforces the EXECUTABLE file sanity checks, this technique together with the binary code protection techniques drive the software protection vehicle running forward

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top