mirror of
https://github.com/lifting-bits/mcsema
synced 2026-06-08 15:31:09 +00:00
4c8387dc0e
* Issue #330; --libc_constructor flag was producing the crashing bitcode for apache; Special case the constructor/destructor segment to lift them together as one GV; * Testcase for the cpp constructor/destructor function * Update test_suite generator start.py * updated comments * Update the comments about Issue#330, handle condition if the init_array and fini_array are not adjacent; * Updated comments, remove non-utf character getting copied from the IDA; * Updated command line reference Added a brief description of the command line arguments `--libc_constructor` and `--libc_destructor`. * review comment changes