Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LD_LIBRARY_PATH type feature #93

Closed
offlinemark opened this issue Mar 21, 2017 · 0 comments
Closed

Add LD_LIBRARY_PATH type feature #93

offlinemark opened this issue Mar 21, 2017 · 0 comments

Comments

@offlinemark
Copy link
Contributor

offlinemark commented Mar 21, 2017

Something that ties us to Linux right now is fetching libc and the dynamic linker, for example, directly from the filesystem on the machine. To allow mcore to run on more platforms like OS X, add a way to specify directories for mcore to look in for things like ld-linux.so, so you could analyze a dynamically linked ELF on OS X.

catenacyber added a commit to catenacyber/manticore that referenced this issue Apr 23, 2018
Use of environment variable MANTICORE_LD_PATH
instead of LD_LIBRARY_PATH which is protected on MacOS

Fixes trailofbits#93
@yan yan closed this as completed in #878 May 18, 2018
yan pushed a commit that referenced this issue May 18, 2018
* Add LD_LIBRARY_PATH type feature

Use of environment variable MANTICORE_LD_PATH
instead of LD_LIBRARY_PATH which is protected on MacOS

Fixes #93

* Comments taken into account

Commit to be squashed afterwards

* Codeclimate fix

* Support LD_LIBRARY_PATH in the loader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant