Hello, strace community! Project: advanced syscall tampering and filtering with Lua/LuaJIT.
Accomplishments: this week, I've implemented initial support for LuaJIT hooking. It can be found at [1], and is probably not ready to be merged yet. It can do things like strace.hook('open', 'entering', function(tcp) io.stderr:write("gonna open...\n") end (put this line into "script.lua" and run it as strace -l script.lua your-program) I've had one exam this week. Next week, I plan to implement tampering/filtering with LuaJIT. I'll have one exam, again. 1. https://github.com/shdown/strace/tree/luajit ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel