Skip to content

GgokutugEmpty/file-resizer-in-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-resizer-in-assembly

Overview

This program written assembly,allows you to increase or decrease the size of a file on a Linux system. It provides a simple command-line interface for specifying the file name and the amount by which to adjust its size.

Features

  • Increase File Size: Append a specified amount of zero bytes to the end of the file.
  • Decrease File Size: Truncate the file to a smaller size, which may result in data loss if reducing the size below the current file length.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published