0 Members and 1 Guest are viewing this topic.
Nice You may be interested by Ndless's new builtin function nl_set_resident() (on the SVN trunk, to yet upload as a release): http://hackspire.unsads.com/wiki/index.php/Ndless_features_and_limitations#Resident_programsI'm planning to extend the support for hooks by Ndless, any ideas are welcome. It would include: - Hook installation detection (something similar to your is_already_hooked()) - Standard hook points, to avoid programs having to include themselves the hook adresses (switch on/switch off would be one of them) - Multiple hooks at this point - Hook uninstallation
This is in C, right? How did you edit memory values to add the hook?