# Copyright 2017-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CRATES=" addr2line-0.12.1 adler32-1.0.4 ahash-0.3.5 aho-corasick-0.7.10 ansi-colors-0.3.0 atomig-0.1.0 atty-0.2.14 autocfg-1.0.0 backtrace-0.3.48 base64-0.12.1 bit-set-0.5.2 bit-vec-0.6.2 bitflags-1.2.1 bitmaps-2.1.0 bson-0.15.0 bstr-0.2.13 build-helper-0.1.1 byte-slice-cast-0.3.5 byteorder-1.3.4 cached-0.12.0 capstone-0.7.0 capstone-sys-0.11.0 cc-1.0.54 cfg-if-0.1.10 chrono-0.4.11 cloudabi-0.0.3 crc32fast-1.2.0 crossbeam-0.7.3 crossbeam-channel-0.4.2 crossbeam-deque-0.7.3 crossbeam-epoch-0.8.2 crossbeam-queue-0.2.1 crossbeam-utils-0.7.2 csv-1.1.3 csv-core-0.1.10 deflate-0.8.4 distance-0.4.0 dlv-list-0.2.2 either-1.5.3 endian-type-0.1.2 enum-utils-0.1.2 enum-utils-from-str-0.1.2 env_logger-0.7.1 failure-0.1.8 failure_derive-0.1.8 fasteval-0.2.4 fnv-1.0.7 getrandom-0.1.14 gimli-0.21.0 goblin-0.2.3 gzip-header-0.3.0 hamming-0.1.3 hashbrown-0.7.2 hermit-abi-0.1.13 hex-0.3.2 humantime-1.3.0 im-15.0.0 im-rc-15.0.0 indexmap-1.3.2 iter-read-0.2.1 itertools-0.9.0 itoa-0.4.5 lazy_static-1.4.0 libc-0.2.70 libunicorn-sys-0.9.0 linked-hash-map-0.5.3 lock_api-0.3.4 log-0.4.8 maybe-uninit-2.0.0 md5-0.6.1 memchr-2.3.3 memoffset-0.5.4 nibble_vec-0.0.4 nom-2.2.1 non-dominated-sort-0.3.1 num-bigint-0.2.6 num-integer-0.1.42 num-traits-0.2.11 num_cpus-1.13.0 object-0.19.0 object-pool-0.5.3 once_cell-1.4.0 ordered-multimap-0.2.4 os_type-2.2.0 parking_lot-0.10.2 parking_lot_core-0.7.2 paste-0.1.14 paste-impl-0.1.14 pergola-0.7.0 pkg-config-0.3.17 plain-0.2.3 plotlib-0.5.1 ppv-lite86-0.2.8 prefix-tree-0.5.0 pretty_env_logger-0.4.0 proc-macro-hack-0.5.16 proc-macro2-1.0.17 procinfo-0.4.2 quick-error-1.2.3 quote-1.0.6 radix_trie-0.1.6 rand-0.7.3 rand_chacha-0.2.2 rand_core-0.5.1 rand_distr-0.2.2 rand_hc-0.2.0 rand_xoshiro-0.4.0 rayon-1.3.0 rayon-core-1.7.0 redox_syscall-0.1.56 regex-1.3.7 regex-automata-0.1.9 regex-syntax-0.6.17 rust-ini-0.15.2 rustc-demangle-0.1.16 rustc_version-0.2.3 ryu-1.0.4 scopeguard-1.1.0 scroll-0.10.1 scroll_derive-0.10.2 seahash-4.0.0 semver-0.6.0 semver-0.9.0 semver-parser-0.7.0 serde-1.0.110 serde-pickle-0.6.0 serde_derive-1.0.110 serde_derive_internals-0.25.0 serde_json-1.0.53 sized-chunks-0.6.2 sliding_windows-3.0.0 smallvec-1.4.0 streaming-stats-0.1.29 svg-0.7.2 syn-1.0.24 synstructure-0.12.3 termcolor-1.1.0 thread_local-1.0.1 threadpool-1.8.1 time-0.1.43 toml-0.5.6 typenum-1.12.0 unicode-xid-0.2.0 unicorn-0.9.0 version_check-0.9.2 wasi-0.9.0+wasi-snapshot-preview1 winapi-0.3.8 winapi-i686-pc-windows-gnu-0.4.0 winapi-util-0.1.5 winapi-x86_64-pc-windows-gnu-0.4.0 " EGIT_REPO_URI="https://github.com/oblivia-simplex/berbalang.git" inherit cargo git-r3 DESCRIPTION="berbalang an AIMEE project to find and evaluate rop gadgets using AI." HOMEPAGE="https://github.com/oblivia-simplex" SRC_URI="$(cargo_crate_uris ${CRATES})" RESTRICT="mirror" LICENSE="AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 GPL-2 MIT MPL-2.0 Unlicense ZLIB" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-util/unicorn-1.0.2_rc2 >=dev-libs/capstone-4.0.2" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig >=dev-lang/rust-1.43.1" src_unpack() { git-r3_src_unpack cargo_live_src_unpack }