How to encrypt files in current directory using masm32 programming language? [closed] - file

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
This post was edited and submitted for review 8 days ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I am a beginner in masm32 programming language and I am trying to make a program that encrypts the files in the current directory.

Related

Xiaohongshu - Little Red Book [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
This post was edited and submitted for review yesterday and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
How do I link to Xiaohongshu from a webpage? I know that linking works to WeChat according to weixin://dl/chat?{wechat id}

How does C or ASM communicate with networking cards? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I was wondering how does the C or ASM code from kernel communicate with network card. I can't find this anywhere. Like when I would write my own kernel , and wanted networking how would I go about that, would I need to have separate code for each networking card that exists?

How to track memory in heap area for a c program? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am trying to code a project which will track on heap area of c program, something like in memory profiler, on windows os, using dev cpp compiler,
what would be the steps for it?
thanks.
You should take a look at MemProf or massif.

Auto startup an executable application when downloaded from an email [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am building an application with C language for my final project,
I am sending the executable application via email,
when the application is downloaded it should run itself.
There is no way to do this. This is to stop viruses/malware etc. to spread.

How to avoid re-compilatioin of c files? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I created a library that I want to use in another part of my program, but I don't want to include it in the make file. Can someone point me in the right direction as to how I can built it before hand and link it at compile time using the -l command. Thank you.
http://crasseux.com/books/ctutorial/Building-a-library.html
Just googled "building c libraries".

Resources