DynamoRIO/drmemory

add Linux syscall availability for currently running kernel

Open

#1.106 geöffnet am 28. Nov. 2014

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (289 Forks)auto 404
Component-FrameworkMigratedOpSys-LinuxPriority-LowType-Featurehelp wanted

Repository-Metriken

Stars
 (2.727 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

From zhao...@google.com on December 27, 2012 12:45:29

Different Windows have different set of system calls, the client may need know the os version, e.g. running_on_Win7_or_later running_on_Win7SP1_or_later running_on_Vista_or_later get_windows_version

It is also true for Linux.

It looks like drsyscall should be the one provides such functions.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=1106

Contributor Guide