sifter.py 文件源码

python
阅读 38 收藏 0 点赞 0 评论 0

项目:sandsifter 作者: xoreaxeaxeax 项目源码 文件源码
def start(self):
        self.command = "%s %s -%c -R %s -s %d" % \
                (
                    INJECTOR,
                    " ".join(self.settings.args),
                    self.settings.synth_mode,
                    "-0" if self.settings.root else "",
                    self.settings.seed
                )
        self.process = subprocess.Popen(
            "exec %s" % self.command,
            shell=True,
            stdout=subprocess.PIPE,
            stdin=subprocess.PIPE,
            preexec_fn=os.setsid
            )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号