CashServer from b4runson modified by Wizatek

04/26/2022 15:17 NicolasG_99#1
I'm trying to setup Cashserver but i'm getting

HTML Code:
2022/04/26 10:09:07 :: BAD_VERSION > 127.0.0.1 : BillCruxV40
2022/04/26 10:09:07 :: SYS_ERR > 127.0.0.1 : Close Socket Error :23
is needed change something in Sharelib/Config.h or Connector/BillCmdMsg_KOR.cpp for use this cashserver?
04/26/2022 17:28 Lee Ki-Hwan#2
Quote:
Originally Posted by NicolasG_99 View Post
I'm trying to setup Cashserver but i'm getting

HTML Code:
2022/04/26 10:09:07 :: BAD_VERSION > 127.0.0.1 : BillCruxV40
2022/04/26 10:09:07 :: SYS_ERR > 127.0.0.1 : Close Socket Error :23
is needed change something in Sharelib/Config.h or Connector/BillCmdMsg_KOR.cpp for use this cashserver?
If you have the code, just look for the BAD_VERSION and check what's wrong.
04/26/2022 17:59 NicolasG_99#3
Quote:
Originally Posted by Lee Ki-Hwan View Post
If you have the code, just look for the BAD_VERSION and check what's wrong.
I doubt that the code of this cashserver is public...

as one of the errors was
HTML Code:
BILL > 127.0.0.1 : NOT EXISTED TABLE : BillCruxV40
I decided to create the table in the database to try to do "reversing", it did not work. Then I tried to review the code using a hex editor, but I didn't get anything concrete either...

#solved