mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:37:45 +00:00
SymbolServer: Add symbolication service for out-of-process ELF parsing
This patch adds SymbolServer, a service daemon that provides symbolication of ELF binaries. It has a very simple IPC API at the moment that only turns addresses into symbol names. This can be used to implement symbolication without having to do in-process ELF parsing yourself. :^)
This commit is contained in:
parent
54d28df97d
commit
aefd206038
11 changed files with 285 additions and 0 deletions
|
@ -11,4 +11,5 @@ window:x:13:anon,notify
|
|||
clipboard:x:14:anon,notify
|
||||
webcontent:x:15:anon
|
||||
image:x:16:anon,webcontent
|
||||
symbol:x:17:anon
|
||||
users:x:100:anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue