https://githacks.org/vmp2/vmprofiler/-/blob/master/include/transform.hpp#L139 xchg is used as generic0 with LCONSTWSXQ...
https://githacks.org/vmp2/vmprofiler/-/blob/master/src/vmhandler.cpp#L114
^ this std::find_if will need to be changed...
refer to:
https://www.felixcloutier.com/x86/xchg
Simple fix... do when there is time.
https://githacks.org/vmp2/vmprofiler/-/blob/master/include/transform.hpp#L139 xchg is used as generic0 with LCONSTWSXQ...
https://githacks.org/vmp2/vmprofiler/-/blob/master/src/vmhandler.cpp#L114
^ this std::find_if will need to be changed...
refer to:
https://www.felixcloutier.com/x86/xchg
Simple fix... do when there is time.