Sign inSign up

tamada/pochi

By tamada

Updated almost 6 years ago

Image
0

612

tamada/pochi repository overview

Build Status Coverage Status codebeat badge License Version

Gitter Javadoc Docker

:dog: pochi

Detecting the software theft, the birthmark toolkit for the JVM platform.

pochi is the birthmarking toolkit for the JVM platform. The birthmarks are the native characteristics extracted from executable programs. Then, we compare them and computes the similarities. The resultant similarities shows the copy relation possibilities between two programs.

:bookmark: Table of Contents

Discussion

Gitter

Join our Gitter channel if you have any problems or suggestions on pochi.

Maven repository

Copy and paste the following snippet into your pom.xml.

  <repositories>
    <repository>
      <id>tamada_github</id>
      <name>Apache Maven Packages of tamada</name>
      <url>https://maven.pkg.github.com/tamada/mvnrepository</url>
    </repository>
  </repositories>

Then, add the dependencies of your pom.xml.

groupIdartifactIdversion
jp.cafebabe.pochinasubi2.1.0
jp.cafebabe.pochipochi-core2.1.0
jp.cafebabe.pochipochi-api2.1.0

Note that accessing GitHub Packages must authenticate with GitHub access token. You should update your ~/.m2/settings.xml by following this instructions.

Modules

pochi provides the following modules, and the depenent modules are shown.

  • jp.cafebabe.kunai
    • org.objectweb.asm
    • jdk.zipfs
  • jp.cafebabe.birthmarks
    • java.logging
    • io.vavr
    • com.fasterxml.jackson.databind
    • jp.cafebabe.kunai
  • jp.cafebabe.pochi
    • java.logging
    • jp.cafebabe.birthmarks

Also, pochi runs on Groovy environment, and the Groovy depends on java.scripting, java.desktop, java.sql, and java.xml modules.

Module graph

Tag summary

Content type

Image

Digest

Size

87.4 MB

Last updated

almost 6 years ago

docker pull tamada/pochi