Search:

Type: Posts; User: pavmarc

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,763

    have u tried strace? It works for system calls ...

    have u tried strace? It works for system calls ...
  2. Replies
    0
    Views
    1,460

    symbols, no symbols, symbols ...

    I'm hacking around a module but I have the following problem:

    - I worked around to get my hands on sys_call_table and succeded but

    module_A: definition of new symbol new_sys_call_table, and of...
  3. Replies
    1
    Views
    1,811

    try:...

    try:
    http://mail.nl.linux.org/kernelnewbies/2004-09/msg00413.html
    I've tried the first version and I can use symbols but only inside the module I define the new_sys_call_table.
    Hope it works for...
  4. Thanks. :D ! Done some research and found the...

    Thanks. :D !
    Done some research and found the same answer. Thanks for confirmation.
    Consider thread closed.
  5. system.map create/modify during linux life-time

    I am working on a piece of code that relies on the file /boot/System.map. I have several questions?

    - when is this file created? (during linux install? I guess)
    - does it change during linux...
Results 1 to 5 of 5