Clever ways to hide a compare
- From: "jonathon" <spamtrap@xxxxxxxxxx>
- Date: Sat, 24 Sep 2005 23:37:19 +0000 (UTC)
Suppose you are writing a protection scheme, and need to compare 2
values. Is there a clever way to do this without an outright 'cmp'
instruction? Of course it's always possible to use the value in a
calculation that is needed for correct functionality of the program,
but I was wondering if there is a way to have 2 values compared in a
sneaky way where it is not immediately evident what is happening.
.
- Follow-Ups:
- Re: Clever ways to hide a compare
- From: Jim Leonard
- Re: Clever ways to hide a compare
- From: David J. Craig
- Re: Clever ways to hide a compare
- From: Robert Redelmeier
- Re: Clever ways to hide a compare
- Prev by Date: Re: Figuring out table based encryption in assembly
- Next by Date: Re: Clever ways to hide a compare
- Previous by thread: Figuring out table based encryption in assembly
- Next by thread: Re: Clever ways to hide a compare
- Index(es):
Relevant Pages
|