moralismercatus / crete

Open source concolic testing tool for binaries
1 stars 1 forks source link

Make a check for LD_BIND_NOW in crete-run #138

Closed moralismercatus closed 9 years ago

moralismercatus commented 9 years ago

To save us the headache of puzzling over mysterious errors, have crete-run verify that LD_BIND_NOW=1 upon initialization.

moralismercatus commented 9 years ago

Done.

Note: only checked when call-ret based call stack monitoring is specified in the config. ESP-based monitoring does not require.