summaryrefslogtreecommitdiff
path: root/examples/x86_extension/src/x86_extension.cpp
AgeCommit message (Collapse)Author
2022-11-10Include C++ standard headersChristian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-01-28Format All FilesKyleMiles
2021-01-27Add ABI version verification for pluginsRusty Wagner
2018-02-23Add APIs for subclassing or hooking an existing architecture in C/C++Rusty Wagner
2017-12-12Add fixes for x86_extension wrapperPeter LaFosse
2017-11-13Add GetInstructionAlignment Callback to Architecture.Brian Potchik
2017-08-30Adding helper functions to x86 extensionPeter LaFosse
2017-08-19Add C++ x86 architecture wrapper for extending architecturesPeter LaFosse