in reply to Does perl have an equivalent to python's uhooker?

Let me understand, you're talking about http://oss.coresecurity.com/projects/uhooker.htm, a plugin for the win32 debugger OllyDbg? If i were you I would just do it in python, because its easier than rewriting uhooker for perl (or writing a script to talk to perl, or reimplementing server.py in perl).
  • Comment on Re: Does perl have an equivalent to python's uhooker?

Replies are listed 'Best First'.
Re^2: Does perl have an equivalent to python's uhooker?
by Alien (Monk) on Sep 12, 2008 at 09:38 UTC
    I guess this is the only option.
    Thanks