gdabah / distorm

Powerful Disassembler Library For x86/AMD64
Other
1.26k stars 238 forks source link

update makefile to allow static linking of of distorm on mac. default… #133

Closed jonasmr closed 5 years ago

jonasmr commented 5 years ago

… behaviour is unchanged

gdabah commented 5 years ago

@jonasmr Thanks, so now it's an argument that can come from the command line and also has a default value so behavior is the same?

jonasmr commented 5 years ago

I set the env variable before calling make, to flip to static: export DISTORM_MODE=DISTORM_STATIC

I'm sure you can do it through the command line as well.