Core dump note section

前端 未结 3 1036
逝去的感伤
逝去的感伤 2020-12-31 23:49

Following my question about manually generating a core dump file, I decided to dive into it and get my hands dirty.

I am able to build the basic core dump structure

3条回答
  •  长发绾君心
    2021-01-01 00:34

    Was having same troubles some time ago with my project of converting CRIU images into core dumps. It is fully written in python(even elf structures are in ctypes), so it could be used as a guide. See https://github.com/efiop/criu-coredump .I.e. how everything is structured could be seen here https://github.com/efiop/criu-coredump/blob/master/criu_coredump/core_dump.py .

提交回复
热议问题