Is it possible to run a 32 bit console applications at boot up? How will I do it?
I know it has something to do in assembly. I just don't know how.
Running 32 bit applications at boot up?
Page 1 of 17 Replies - 937 Views - Last Post: 22 January 2012 - 11:36 AM
Topic Sponsor:
Replies To: Running 32 bit applications at boot up?
#2
Re: Running 32 bit applications at boot up?
Posted 21 January 2012 - 08:24 AM
Sounds like an effort to sneek in malware if you ask me.
That one made me laugh. EVERYTHING in code is part of an assembly.
Perhaps you should just start with "Hello World" and work your way up from there. Leave this type of development until you are more experienced.
Quote
I know it has something to do in assembly.
That one made me laugh. EVERYTHING in code is part of an assembly.
Perhaps you should just start with "Hello World" and work your way up from there. Leave this type of development until you are more experienced.
#3
Re: Running 32 bit applications at boot up?
Posted 21 January 2012 - 08:45 AM
Quote
I know it has something to do in assembly
That statement has literally made my day.
#4
Re: Running 32 bit applications at boot up?
Posted 21 January 2012 - 10:08 AM
Why not just put a shortcut to the application in the start up folder?
#5
Re: Running 32 bit applications at boot up?
Posted 21 January 2012 - 01:52 PM
Does the 'console' application require OS support? (If it does the OS will need to be booted first)
If your on an x86 processor follow the manuals and enable whatever features of the processor you know your application needs. Then it's a load and run scenario.
If your on an x86 processor follow the manuals and enable whatever features of the processor you know your application needs. Then it's a load and run scenario.
#6
Re: Running 32 bit applications at boot up?
Posted 21 January 2012 - 03:05 PM
are we talking boot time or os start up time? if you talking boot time then you would have to get a boot-loader to load the application(or maybe the application *is* a boot-loader) and then the application would have to carry out it's tasks(mind you, there is no OS support as GenHornet18 hinted). if you're just talking about os start up time then the startup folder should work just fine.
#7
Re: Running 32 bit applications at boot up?
Posted 21 January 2012 - 03:19 PM
To answer the question, yes you can run a program after boot and before you get to the login screen of windows, why do you want to do it? If you know nothing about it, then how did you get the idea? When asked this question it is usually for malicious intents
#8
Re: Running 32 bit applications at boot up?
Posted 22 January 2012 - 11:36 AM
Since the OP hasn't responded in over 36 hours and the topic at hand has malicious applications, I'm going to close this thread.
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote








|