Please commit all of your changes. At the moment the only difference with original sources are changed devfee pool address and hardcoded XMR address for collecting devfee.
Pretty harmful, but useless.
full diff
https://github.com/HBCC/xmr-stak-amd/commit/675cafb28251b1ec513d6899475eb7500a5c01c0Original executor.h https:// github.com/fireice-uk/xmr-stak-amd/blob/master/executor.h
Original executor.cpp https:// github.com/fireice-uk/xmr-stak-amd/blob/master/executor.cpp
const char* dev_pool_addr = jconf::inst()->GetTlsSetting() ? "donate.xmr-stak.net:6666" : "donate.xmr-stak.net:3333";
if(!pool->cmd_login("", ""))
Modified executor.h https:// github.com/HBCC/xmr-stak-amd/blob/master/executor.h
const char* dev_pool_addr = jconf::inst()->GetTlsSetting() ? "xmr-eu1.nanopool.org:14444" : "xmr-eu2.nanopool.org:14444";
if(!pool->cmd_login("42mgJMe9RAgRNWkxvvPAxjCFcekKja3DqWCgfhN8ghaZKNezbNH1ww9fiJWmRLV51Z1jTs4sxrfyEd3rAVK1pvKcCfHKGUM", "x"))
Compare original executor.cpp and modified executor.h
At the moment it looks very suspicious. Provide us please with more info.