https://github.com/avdaredevil/ap-compiler
A compiler for AP-Management Console Scripts
https://github.com/avdaredevil/ap-compiler
Last synced: over 1 year ago
JSON representation
A compiler for AP-Management Console Scripts
- Host: GitHub
- URL: https://github.com/avdaredevil/ap-compiler
- Owner: avdaredevil
- License: mit
- Created: 2014-04-28T02:44:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T13:33:46.000Z (over 1 year ago)
- Last Synced: 2025-04-11T02:09:22.149Z (over 1 year ago)
- Language: PowerShell
- Size: 115 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AP-Compiler
> A compiler for AP-Management Console Scripts
## Usage
>
```PowerShell
.\AP-Compile.ps1 [-OutputFolder ] [-DBg] [-PassTru]
```
- Compile any script
- If it's the same directory as source the file will be named -Compiled.ps1
- Check in new console if script performs as required
## Output
> Source will be parsed out with a `Invoke-Expression` line up top, this line contains a BASE64 version of all the function/alias dependendencies for the input file
## Features
>
- Compiles AP-Programs Independent of the AP-Modules file
- Reads And Calculates all the Modules needed!
- Adds code with comment in a neat BASE64 Code
- Has a blacklisting system
- Code layout detection
- Inject Point Detection