Age | Commit message (Collapse) | Author |
|
TrackHat dist contained two copies of every module by packaging error.
Workaround similar errors by not loading more than one copy of a module
at a time.
Sponsored-by: TrackHat
|
|
|
|
We might need RTLD_DEEPBIND if there are symbol-related crashes.
|
|
This is groundwork for #226, even though modules still need not to load
all at once and persist till program stop.
This issue only affects Linux.
|
|
Code without a license defaults to having all rights reserved.
|
|
For @gagagu.
Issue: #151
|
|
|
|
|
|
Issue: #151
Some global namespace macros are now prefixed with "OPENTRACK_" to avoid
namespace clashes.
This header is now safe to include in third-party projects.
|