Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
c3rb3ru5d3d53c committed Nov 22, 2021
1 parent 8d99f42 commit a2d9ee7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <elf.h>
#include <iostream>
#include <string>
#include <algorithm>
#include "src/elf.h"
#include "src/pe.h"
#include "src/raw.h"
Expand All @@ -10,6 +13,9 @@
#include "src/cil.h"
#include "src/json.h"

using json = nlohmann::json;
using namespace std;

int main(int argc, char **argv){
Args args;
args.parse(argc, argv);
Expand Down

0 comments on commit a2d9ee7

Please sign in to comment.