UNPKG

@specs-feup/alpakka

Version:

Alpakka is a [LARA Framework](https://github.com/specs-feup/lara-framework) source-to-source compiler for Android's [smali](https://github.com/google/smali) syntax. It enables the analysis and transformation of Android apps through APK files.

10 lines 435 B
import path from "path"; import { fileURLToPath } from "url"; export const weaverConfig = { weaverName: "alpakka", weaverPrettyName: "Alpakka", weaverFileName: "@specs-feup/lara/code/Weaver.js", jarPath: path.join(path.dirname(path.dirname(fileURLToPath(import.meta.url))), "./java-binaries/"), javaWeaverQualifiedName: "pt.up.fe.specs.alpakka.weaver.SmaliWeaver", }; //# sourceMappingURL=WeaverConfiguration.js.map