Re-factored sandbox into a single executable

This commit is contained in:
2022-12-29 19:47:25 +00:00
parent 2b59afcaf3
commit 2ac3e8602f
7 changed files with 44 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
#ifndef SOCKS_TYPES_H_
#define SOCKS_TYPES_H_
#include <stdint.h>
typedef uintptr_t phys_addr_t;
#endif