Custom libc

@davidlightman said:
try:
r = process([‘./command_name’], env={“LD_PRELOAD”:“./libc.so.6”})

Thanks!! :smiley: