Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Programming Language.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jaden" data-source="post: 390193" data-attributes="member: 51705"><p>... This is why you shouldn't speak on something you know jack shit about. You didn't embarrass yourself as much when you made an argument out of simple things that only a nitpicker would spot.</p><p></p><p>Intercepting system calls without acquiring and patching the system call table is fairly simple, as they're a variety of ways you could do it.</p><p></p><p>You could use a DSL and compile it into the kernel binary which is then loaded into the running kernel. However (afaik), this may set off quite a few alarms for the OS as well as patching the system call table in the first place. </p><p></p><p>Or you could use probes.</p></blockquote><p></p>
[QUOTE="Jaden, post: 390193, member: 51705"] ... This is why you shouldn't speak on something you know jack shit about. You didn't embarrass yourself as much when you made an argument out of simple things that only a nitpicker would spot. Intercepting system calls without acquiring and patching the system call table is fairly simple, as they're a variety of ways you could do it. You could use a DSL and compile it into the kernel binary which is then loaded into the running kernel. However (afaik), this may set off quite a few alarms for the OS as well as patching the system call table in the first place. Or you could use probes. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Programming Language.
Top