mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Reformat README.md
This commit is contained in:
parent
28dd86b29b
commit
64906bd4d9
3 changed files with 72 additions and 66 deletions
|
|
@ -6,12 +6,6 @@ cd DIE-engine
|
|||
docker build . -t horsicq:diec
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
docker/diec.sh [FileName]
|
||||
```
|
||||
|
||||
# How to build on Linux based on Debian
|
||||
|
||||
#### Install packages:
|
||||
|
|
@ -51,12 +45,6 @@ bash -x build_dpkg.sh
|
|||
sudo dpkg -i release/$(ls release)
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
die [FileName] or diec [FileName] or diel [FileName]
|
||||
```
|
||||
|
||||
# How to build on Linux(Automake)
|
||||
|
||||
### Qt framework has to be installed on the system.
|
||||
|
|
@ -85,12 +73,6 @@ make -j4
|
|||
sudo make install
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
die [FileName] or diec [FileName] or diel [FileName]
|
||||
```
|
||||
|
||||
# How to build on OSX
|
||||
|
||||
Install Qt 5.15.2: https://github.com/horsicq/build_tools
|
||||
|
|
@ -149,4 +131,6 @@ mkdir -p build
|
|||
cmake . -B build
|
||||
cd build
|
||||
make -j4
|
||||
# To use it as a command, uncomment the following line:
|
||||
# sudo make install -j4
|
||||
```
|
||||
|
|
|
|||
42
docs/RUN.md
42
docs/RUN.md
|
|
@ -1,33 +1,29 @@
|
|||
* die GUI version
|
||||
* diec console version
|
||||
* diel GUI lite version
|
||||
# Instructions to run Detect It Easy
|
||||
|
||||
### Linux Package/Build
|
||||
|
||||
How to run portable version on Linux
|
||||
=======
|
||||
```bash
|
||||
die [FileName] or diec [FileName] or diel [FileName]
|
||||
```
|
||||
|
||||
* download an appImage file https://github.com/horsicq/DIE-engine/releases/download/3.08/Detect_It_Easy-3.08-x86_64.AppImage
|
||||
* make the file executable (chmod +x Detect_It_Easy-3.08-x86_64.AppImage)
|
||||
* run it (./Detect_It_Easy-3.08-x86_64.AppImage)
|
||||
### Portable version on Linux
|
||||
|
||||
Run with Docker
|
||||
=======
|
||||
Make the file executable
|
||||
|
||||
You can also run DIE with [Docker](https://www.docker.com/community-edition)! Of course, this requires that you have git and Docker installed.
|
||||
```bash
|
||||
chmod +x Detect_It_Easy-3.08-x86_64.AppImage
|
||||
```
|
||||
|
||||
Run it
|
||||
|
||||
```bash
|
||||
./Detect_It_Easy-3.08-x86_64.AppImage
|
||||
```
|
||||
|
||||
### Run with Docker
|
||||
|
||||
Here's how to use DIE with Docker:
|
||||
|
||||
```bash
|
||||
git clone --recursive https://github.com/horsicq/Detect-It-Easy
|
||||
cd Detect-It-Easy/
|
||||
docker build . -t horsicq:diec
|
||||
docker/diec.sh ~/example/infected.exe
|
||||
|
||||
filetype: PE32
|
||||
arch: I386
|
||||
mode: 32
|
||||
endianess: LE
|
||||
type: GUI
|
||||
protector: Themida/Winlicense(2.X)[-]
|
||||
linker: Turbo Linker(2.25*,Delphi)[GUI32]
|
||||
docker/diec.sh [FileName]
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue