Skip to content

Commit

Permalink
Dirty, very dirty initial draft
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Aug 27, 2019
1 parent 2773e8c commit eb46cab
Show file tree
Hide file tree
Showing 7 changed files with 4,131 additions and 0 deletions.
18 changes: 18 additions & 0 deletions oasis/dalvik
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Flag mips
Description: Build Dalvik/DEX lifter
Default: true

Library mips_plugin
XMETADescription: provide Dalvik/DEX lifter
Path: plugins/dalvik
FindlibName: bap-plugin-dalvik
Build$: flag(everything) || flag (dalvik)
BuildDepends: bap, bap-abi, bap-c, bap-core-theory
InternalModules:
Dalvik,
Dalvik_disasm,
Dalvik_dex,
Dalvik_java,
Dalvik_lifter

XMETAExtraLines: tags="dalvik,lifter,arch,abi"
6 changes: 6 additions & 0 deletions plugins/dalvik/dalvik.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
open Core_kernel
open Bap_core_theory
open KB.Syntax

let package = "dalvik"

Loading

0 comments on commit eb46cab

Please sign in to comment.