Skip to content

Cosmin-Hodor/mScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mScan Piece of Code

Contributing

Contributions are always welcome!

Feel free to open PR's with changes and upgrades.

Distribution & Usage

Each written line of code is open to the public and freely available.

Do as you please with it, no responsability taken on the owners behalf.

Am not responsable for any damages or potential changes brought by other contributors, if any.

How to

This code opens a file called "memory.dat" in read-write mode, reads 1024 bytes of data from the file into a buffer, modifies the data in the buffer by inverting each byte, writes the modified data back to the file, closes the file, and finally outputs a message indicating that the memory has been successfully read and edited.

If there is an error opening the file, reading from the file, writing to the file, or closing the file, an error message is displayed and the program terminates with a non-zero exit code.

Feel free to use any compiler you like! (https://gcc.gnu.org)

Make sure that before you compile the code, you read it and change it accordingly to fit your needs.

About

Read or Write to memory with C!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages