1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: No commit message

This commit is contained in:
CPol 2021-10-10 19:01:34 +00:00 committed by gitbook-bot
parent 7b8a4a7804
commit 863c1b4d79
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -315,7 +315,7 @@ _Note that in `htb.oouch.Block.Block`, the first part (`htb.oouch.Block`) refere
{% code title="d-bus_server.c" %}
```c
//sudo apt install pkgconf
//sudo apt install build-essential
// sudo apt install libsystemd-dev
//gcc d-bus_server.c -o dbus_server `pkg-config --cflags --libs libsystemd`
#include <stdio.h>