soot-oss / SootUp

A new version of Soot with a completely overhauled architecture
https://soot-oss.github.io/SootUp/
GNU Lesser General Public License v2.1
578 stars 77 forks source link

Dex2Jar not found for SootUp version 1.1.0 #623

Closed cgobel closed 1 year ago

cgobel commented 1 year ago

Maven: "Dependency 'com.googlecode.d2j:dex-tools:2.2-SNAPSHOT' not found"

evilpan commented 1 year ago

Seems that version 1.1.0 in maven is broken due to dex2jar depencency, which is fixed in https://github.com/soot-oss/SootUp/pull/615.

Should we update a new realese like v1.1.1 to solve this and following issues? @swissiety

kadirayk commented 1 year ago

Version 1.1.1 1.1.2 with this fix is available now.