Search found 74 matches

by boyoss
Sat Jan 28, 2017 9:58 pm
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 133719

Re: Services, Stuff, and Shellhook

Hi jhp thanks for your wonderful work!

Is it possible to create a service for an non-service exe?
I saw this software http://nssm.cc is doing it, but is it possible to do it with pb?
by boyoss
Tue Jan 24, 2017 9:07 am
Forum: Coding Questions
Topic: Delete a dll from winsxs folder
Replies: 5
Views: 2489

Re: Delete a dll from winsxs folder

Thanks to everyone for the answers, really good idea to build a virus [FACE WITH TEARS OF JOY][FACE WITH TEARS OF JOY] but it's not what I'm trying to do... I'm building a software for an office, they need to restrict the computers of the secretaries so they can't acces to Internet, only to email an...
by boyoss
Mon Jan 23, 2017 11:31 pm
Forum: Coding Questions
Topic: Deny acces to a file
Replies: 1
Views: 1062

Deny acces to a file

I'm trying to protect a file, so no one could delete it, and maybe also open it. I try this command icacls myfile /deny Everyone:(X) But Windows answered (french) Everyone: Le mappage entre les noms de compte et les ID de s?curit? n'a pas ?t? effectu?. 0 fichiers correctement trait?s ; ?chec du trai...
by boyoss
Mon Jan 23, 2017 11:25 pm
Forum: Coding Questions
Topic: Delete a dll from winsxs folder
Replies: 5
Views: 2489

Delete a dll from winsxs folder

I want to delete the firewallapi.dll, to prevent user to make change to the firewall, but in the winsxs there is a backup of this dll, in a folder with a very long and strange name, and i'm afraid windows will backup automatically the dll from ther so i want to delete it also from there. The questio...
by boyoss
Thu Jan 19, 2017 3:07 pm
Forum: Coding Questions
Topic: Restrict Internet from programs
Replies: 10
Views: 3080

Re: Restrict Internet from programs

If i define rules in firewall and i find a way to check every 5 seconds if there is any changes and if yes i define again the rules, it's not enaph ?


Envoyé de mon iPhone en utilisant Tapatalk
by boyoss
Thu Jan 19, 2017 9:01 am
Forum: Tricks 'n' Tips
Topic: PureBasic Interface to WinDivert
Replies: 45
Views: 147348

Re: PureBasic Interface to WinDivert

Thanks for sharing, i love the example wd_app_session.pb, but is it possible to do it also for secured sites?
by boyoss
Thu Jan 19, 2017 1:36 am
Forum: Tricks 'n' Tips
Topic: PureBasic Interface to WinDivert
Replies: 45
Views: 147348

Re: PureBasic Interface to WinDivert

This roject can be used for restricting internet connection from computer ? Let's say, if i want to allow only a few ip to connect ?


Envoyé de mon iPhone en utilisant Tapatalk
by boyoss
Thu Jan 19, 2017 1:12 am
Forum: Coding Questions
Topic: Restrict Internet from programs
Replies: 10
Views: 3080

Re: Restrict Internet from programs

I didn't understand


Envoyé de mon iPhone en utilisant Tapatalk
by boyoss
Thu Jan 19, 2017 1:10 am
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 133719

Re: Services, Stuff, and Shellhook

Thank you JHP for your wonderfull work


Envoyé de mon iPhone en utilisant Tapatalk
by boyoss
Thu Jan 19, 2017 1:07 am
Forum: Coding Questions
Topic: Rename files from system32 in Windows 10
Replies: 7
Views: 4436

Re: Rename files from system32 in Windows 10

fryquez wrote:If you compile with x86 and run your code in x64 windows, it may triggers File system redirection.
That was the problem, thank you very much.


Envoyé de mon iPhone en utilisant Tapatalk
by boyoss
Wed Jan 18, 2017 10:46 pm
Forum: Coding Questions
Topic: Color in editorgadget, line by line
Replies: 0
Views: 1215

Color in editorgadget, line by line

i found this very usefull code http://www.purebasic.fr/english/viewtopic.php?p=378209#p378209 , and i try to adapt it for my code. i would like to add a line ine the editorgadget, and then format it, and another line, and format it, etc, but not to write all the lines and the format them. that's my ...
by boyoss
Tue Jan 17, 2017 8:22 pm
Forum: Coding Questions
Topic: Getting information of firewall status
Replies: 2
Views: 1466

Re: Getting information of firewall status

thanks it's very sweet, but i need details about the firewall and the rules.
by boyoss
Tue Jan 17, 2017 8:41 am
Forum: Coding Questions
Topic: Getting information of firewall status
Replies: 2
Views: 1466

Getting information of firewall status

I'm looking for a solution to get information of the firewall. There is a cmd command netsh advfirewall show currentprofile state But the answer is in the language of the computer, and i want to make a software that will run on all languages. Any ideas how to fix this problem? The best will be an ap...
by boyoss
Mon Jan 16, 2017 11:26 pm
Forum: Coding Questions
Topic: Rename files from system32 in Windows 10
Replies: 7
Views: 4436

Re: Rename files from system32 in Windows 10

Thanks
It's very interesting, I test it on two computers with Windows 8,on the first one it works and on the second one not!
Both of them have uac!

I have to find out what's the problem.

@ejan, is it possible to integrate setacl in purebasic?
by boyoss
Mon Jan 16, 2017 11:22 pm
Forum: Coding Questions
Topic: Restrict Internet from programs
Replies: 10
Views: 3080

Re: Restrict Internet from programs

I didn't understand what is windivert and for wich part of my project it can help me I wrote this code, and i have only to find how to protect it that no one can make changes to the firewall, and i think it's ok, no? Declare cmd(command.s) Declare allow_program(program.s) Declare block_computer(stat...