Add your App in Windows Startup With C language


q8yas

Уважаемый пользователь
Форумчанин
Регистрация
17.11.2023
Сообщения
45
Репутация
15
Hi , to day i learn how add my app in windows srart up and i want share what i learn

open folder with vs code and in terminal

type : gcc main.c -o main.exe
then
./main.exe

check now windows start up

i split file so u can move "windows_startup.c" to any another project and add name the function to main()
 

Вложения

  • windows_startup.rar
    680 байт · Просмотры: 2

alexandro1998

Пользователь
Форумчанин
Регистрация
08.12.2023
Сообщения
26
Репутация
10
Lemme give you some tips:
When you use text in your code, it will be pure text :^). Your code:
Вам нужно авторизоваться, чтобы просмотреть содержимое.


Вам нужно авторизоваться, чтобы просмотреть содержимое.


And u have a good code style. Enjoy!
 

q8yas

Уважаемый пользователь
Форумчанин
Регистрация
17.11.2023
Сообщения
45
Репутация
15

q8yas

Уважаемый пользователь
Форумчанин
Регистрация
17.11.2023
Сообщения
45
Репутация
15

alexandro1998

Пользователь
Форумчанин
Регистрация
08.12.2023
Сообщения
26
Репутация
10
hi again , i serche about stings but i did not find anything good can tell me pls how work with it ?
Hi. What did u mean "strings"? If u ask me about how to store them in your final.exe - my answer is simply not to store) Or let me show u silly sample, if u try to save only your server IP/URL:

Вам нужно авторизоваться, чтобы просмотреть содержимое.



Sure, u can crypt this str via XOR to fully hide from strings.exe but u will get +1 score on antivirus detection. Or if u good at math u can get this IP values with some math operations). Good luck!
 

q8yas

Уважаемый пользователь
Форумчанин
Регистрация
17.11.2023
Сообщения
45
Репутация
15
Hi. What did u mean "strings"? If u ask me about how to store them in your final.exe - my answer is simply not to store) Or let me show u silly sample, if u try to save only your server IP/URL:

Скрытое содержимое


Sure, u can crypt this str via XOR to fully hide from strings.exe but u will get +1 score on antivirus detection. Or if u good at math u can get this IP values with some math operations). Good luck!
thank you brother this very good

mypc@Core_i3 c_test % gcc main36.c -o main36
mypc@Core_i3 c_test % ./main36
127.0.0.1
mypc@Core_i3 c_test %
 
Верх Низ