A
A
Alexander Kusak2019-05-11 21:35:57
Software and Internet Services
Alexander Kusak, 2019-05-11 21:35:57

Launching program windows with bypassing IP and hardware checks? How?

Good day, there was a problem with the launch of several windows of one program. It checks for the presence of itself running on this device and, when found, closes itself (in other words). How can you bypass IP and hardware checks without a lot of hassle and financial costs?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Puma Thailand, 2019-05-12
@opium

Well, dig into the code and cut out this check, disassembler or analogues if it is on dotnet or java in your hands

K
Konstantin Tsvetkov, 2019-05-11
@tsklab

CreateEvent( nil, True, False, 'QBill8' );
if GetLastError = ERROR_ALREADY_EXISTS
  then raise EUser.Create( 'Запуск второй копии программы не возможен!' );
Not IP, not hardware.

C
CityCat4, 2019-05-12
@CityCat4

without much hassle

No way.
To bypass the established restriction, you need to know at least the person who set this restriction in the given area. In this case - to be able to disassemble the program, find the place where the check is performed and replace the condition.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question