3 Commits

Author SHA1 Message Date
JaeIL Ryu 712a6090fd Update CommandLineReference.md (#636)
mcsema-lift => mcsema-lift-${version}

when i build from source code. binary file name is mcsema-lift-4.0.
and command is mcsema-lift-4.0.
and i found "mcsema-lift-"+ version from many source codes.
2020-03-18 13:57:15 -04:00
kumarak 4c8387dc0e Issue 330 libc constructor crash (#335)
* 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
2017-11-22 20:37:25 -05:00
Mike Myers f5cce245f7 Issue 281 update documentation (#327)
* Docs: add content, fix typos, fix formatting

* Rename doc file: Mcsema -> McSema

* Add a standard Contributing Guidelines doc

* Add remarks on verifying McSema, and unit tests
2017-11-15 22:23:42 -05:00