proj: Add struct addrinfo and INTERCEPT_VERBOSE
This commit is contained in:
@@ -24,6 +24,7 @@ def main() -> None:
|
||||
subprocess.run(extra, env={
|
||||
'LD_PRELOAD': os.getcwd() + '/../../intercept/intercept.so',
|
||||
'INTERCEPT': 'unix:' + socket_name,
|
||||
'INTERCEPT_VERBOSE': '1',
|
||||
'INTERCEPT_FUNCTIONS': ','.join(['malloc', 'calloc', 'realloc', 'reallocarray', 'free', 'getaddrinfo', 'freeaddrinfo']),
|
||||
'INTERCEPT_LIBRARIES': '*,-/lib*,-/usr/lib*',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user