diff options
| author | vanhauser-thc <vh@thc.org> | 2021-04-16 20:55:19 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-04-16 20:55:19 +0200 |
| commit | 6e75832082c331b6191db2df970f5088b8773214 (patch) | |
| tree | 59c8b5050a85d42e61db31b654b9aa395fd383ee | |
| parent | c30999562e0a0e03d1412b16fb33b5874ed96914 (diff) | |
| download | afl++-6e75832082c331b6191db2df970f5088b8773214.tar.gz | |
code format for frida mode
| -rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5569825f..9d98aa00 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -513,6 +513,9 @@ code-format: ./.custom-format.py -i qemu_mode/libcompcov/*.h ./.custom-format.py -i qemu_mode/libqasan/*.c ./.custom-format.py -i qemu_mode/libqasan/*.h + ./.custom-format.py -i frida_mode/src/*.c + ./.custom-format.py -i frida_mode/include/*.h + -./.custom-format.py -i frida_mode/src/*/*.c ./.custom-format.py -i *.h ./.custom-format.py -i *.c |
