POV-Ray : Newsgroups : povray.programming : Hackers... (Howto "not being hacked with povray") : Re: Hackers... (Howto "not being hacked with povray") Server Time
28 Jul 2024 20:26:34 EDT (-0400)
  Re: Hackers... (Howto "not being hacked with povray")  
From: Warp
Date: 22 Nov 2000 10:18:17
Message: <3a1be3b9@news.povray.org>
Ron Parker <ron### [at] povrayorg> wrote:
:>  (^|[^0-9A-Za-z])fopen($|[^0-9A-Za-z])

: \W

  Right. The regular expression gets much simpler with that:

  (^|\W)fopen($|\W)

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.