idiotc4t / Laplace-s-Devil

Laplace's Devil is a reflection loading framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laplaces-s-Devil

Laplaces's Devil is a reflection loading framework

Technical principle

Please visit my blog https://idiotc4t.com/defense-evasion/reflectivedllinjection-variation

How to usa

python3 laplacessdevil.py -h

 _                 _                     _      ______           _ _
| |               | |                   ( )     |  _  \         (_) |
| |     __ _ _ __ | | __ _  ___ ___  ___|/ ___  | | | |_____   ___| |
| |    / _` | '_ \| |/ _` |/ __/ _ \/ __| / __| | | | / _ \ \ / / | |
| |___| (_| | |_) | | (_| | (_|  __/\__ \ \__ \ | |/ /  __/\ V /| | |
\_____/\__,_| .__/|_|\__,_|\___\___||___/ |___/ |___/ \___| \_/ |_|_|
            | |
            |_|

            Laplaces's Devil Is a reflection loading framework
                                v1.0 stable!
                    author idiotc4t@AtSec Lab!

usage: laplacessdevil.py [-h] [-m {addit,inject,patch}] [-f FILE]
                         [-n FUNCNAME] [-o OUTPUT]

optional arguments:
  -h, --help            show this help message and exit
  -m {addit,inject,patch}, --method {addit,inject,patch}
                        PE file modification mode
  -f FILE, --file FILE  Input files to be processed
  -n FUNCNAME, --funcname FUNCNAME
                        The patch method requires additional function name
                        typing
  -o OUTPUT, --output OUTPUT
                        Output file name

TODO

I haven't figured out what to do [*]

Credits

About

Laplace's Devil is a reflection loading framework


Languages

Language:Assembly 75.9%Language:Python 23.8%Language:Batchfile 0.3%