Remove stormyv.exe file from Storm Video

  
                  

stormliv.exe, is said to be an upgrade program for Storm Video. The program exists in the system for a long time as a service, and is not very useful for the player itself, so it is recommended to remove it.

After installing Storm Video, stormliv.exe will run automatically. However, this process does not have any protection, so you can use the task manager to terminate it. After that, delete the stormliv.exe file and create a subfolder named stormliv.exe in the folder where Storm Video is installed and in the "C:\\Program Files\\StormII" folder. It should be pointed out that if stormliv.exe is simply deleted, then when the storm video is started again, the program will still be generated and registered again, which is quite rogue. Therefore, it is necessary to use the old folder to occupy the pit method.

After stormliv.exe is deleted, the storm video is started again. If the PC is in a network state, the following MessageBox will pop up.

It is not difficult to remove this MessageBox, because Storm.exe, the main program of Storm Video, can be opened directly with the debugger without any protection. In USER32!MessageBoxA breakpoint, you can intercept this call:


Disassembly code

004aa96b 6a10 push 10h

004aa96d 6898f45000 push offset image00400000+0x10f498 (0050f498)

004aa972 6868f45000 push offset image00400000+0x10f468 (0050f468)

004aa977 50 push eax

004aa978 ff15f08b4d00 call dword ptr [image00400000+0xd8bf0 (004d8bf0)]

The next step is to open Storm.exe with a tool like UltraEdit and search for the following data:

6a 10 68 98 f4 50 00 68 68 f4 50 00 50 ff 15 f0 8b 4d 00 < Br>

Change all these data to 90.

Copyright © Windows knowledge All Rights Reserved