angr / archr

Target-centric program analysis.
BSD 2-Clause "Simplified" License
72 stars 21 forks source link

Add "docker init" option #91

Closed robwaz closed 3 years ago

robwaz commented 3 years ago

Add the option for docker init system.

rhelmot commented 3 years ago

I think this might be a good change. Can you explain what situation you ran into that needed this option?

robwaz commented 3 years ago

I am running ill-behaved targets with archr that do not always reap their children. I do not access to the target source code to correct the issue causing zombie processes. Over time, PID exhaustion can occur.

I recognize this is a specialized scenario, but it is necessary for my use-case.

rhelmot commented 3 years ago

Sounds good to me!