|
Full Disclosure
mailing list archives
Re: plz suggest security for DLL functions
From: Valdis.Kletnieks () vt edu
Date: Fri, 01 Jul 2005 16:38:39 -0400
On Fri, 01 Jul 2005 14:37:18 EDT, Tim said:
Give them a DLL that just tosses an RPC call to a secured server that you
manage.
And how would your server differentiate between a "good" RPC call and a
"bad" one?
Well - you *do* have some idea of what sort of abuse you're trying to stop, right?
If they're not allowed to call it more than X times/hour, rate limit your RPC
server. Or apply whatever other checks you want to.
At least you (hopefully) don't have to worry about the user running your
server under a debugging tool to reverse engineer it. :)
Attachment:
_bin
Description:
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
By Date
By Thread
Current thread:
- Re: plz suggest security for DLL functions, (continued)
- Re: plz suggest security for DLL functions Valdis . Kletnieks (Jul 01)
Re: plz suggest security for DLL functions upb (Jul 01)
Re: plz suggest security for DLL functions Michael Holstein (Jul 01)
Re: plz suggest security for DLL functions Devdas Bhagat (Jul 01)
|