|
From: James Courtier-D. <Ja...@su...> - 2006-10-14 12:10:34
|
Hi, Are there any tool available to tell me if a particular executable or lib can contain self modifying code. I.e. Executes instructions in a page that does not have Read/Execute set, but instead has Read/Write/Execute set. I understand that valgrind can work with self modifying code so that is why I ask here. I want to try to scan an entire system and highlight all executables and libs that might have self modifying code in them. Obviously, things like java jit might have self modifying code, but I want to detect all such programs. James |