-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
初始化数据库错误 #30
Comments
雪子,什么时候搞起代审了 |
我日 how are you? |
“.jar”这种是不对的,应该是“seenyon..jar”这种,要能正则匹配到的。尽量不要用“.*.jar”,引入其他第三方的jar会出现错误 |
星号打不出来,你自己在在线正则里面要能匹配上 |
我这里的* 只是提issue里 待指jar包的名
如果是test.jar这种 就是这个issue里 一开始的样子 |
大佬,你打码太多,我看不出来了。从这个报错来看,是你的target不存在,或者不是一个正常的目标 |
我打码的就是jar包的路径,按您说的..jar 两个点号 就是不行的,
|
你这是jar反编译吗,如果是springboot打包的jar包应该没问题,直接打包的把jar包解压后加一个WEB-INF/web.xml文件,可以直接去其他项目里面拷,然后在加上需要反编译的依赖里面的jar包 |
python3 main.py -t ***.jar -c
decoding e.jar...
Command '/Library/Java/JavaVirtualMachines/jdk-11.0.15.jdk/Contents/Home/bin/java -jar lib/jd-cli.jar --outputDir out/decode/xboot-module.jar /.jar' timed out after 240 seconds
Traceback (most recent call last):
File "/Users//Security/Web/CodeQLpy/main.py", line 75, in
createDB(parse_args.target, parse_args.compiled, version, parse_args.jar, parse_args.root)
File "/Users//Security/Web/CodeQLpy/compiler/database.py", line 408, in createDB
return createJar(source, compiled, version)
File "/Users//Security/Web/CodeQLpy/compiler/database.py", line 46, in createJar
copyJavaFile(java_file, os.path.join(qlConfig("decode_savedir"), "classes"))
File "/Users//Security/Web/CodeQLpy/utils/functions.py", line 77, in copyJavaFile
with open(srcpath, 'rb') as r:
IsADirectoryError: [Errno 21] Is a directory: 'out/decode/**.jar/META-INF/maven/com.github.spullara.mustache.java'
The text was updated successfully, but these errors were encountered: