-
Updated
Jul 30, 2021 - Java
bytecode
Here are 171 public repositories matching this topic...
-
Updated
Jul 23, 2021 - Java
-
Updated
May 15, 2021 - Java
-
Updated
Jul 22, 2021 - Java
When jimplifying com.reddit.frontpage-214190.apk(Reddit v. 2.26.2), the following exception is thrown:
Exception in thread "main" Unexpected type null
at soot.jimple.toolkits.typing.integer.ClassHierarchy.typeNode(ClassHierarchy.java:152)
at soot.jimple.toolkits.typing.integer.TypeResolver.typeVariable(TypeResolver.java:121)
at soot.jimple.toolkits.typing.integer.ConstraintCollecto
-
Updated
Jun 4, 2021 - Java
Description
BeanUtils is a library that is doing automatic mapping to Java object.
It can cause arm when the attack controls part of the list of properties being sets. BeanUtils does not blacklist properties like class, classloader or other objects that are likely to load arbitrary classes and possibly run code.
Code
import org.apache.commons.beanutils.BeanUtils;
publicAs per the title.
By the way, thanks for the work you're doing on jphp, and sorry for so many issues, I'm really interested in the project, and would love to use it for lotsa cool magic upcoming stuff <3
-
Updated
Feb 7, 2021 - Java
-
Updated
Apr 26, 2021 - Java
-
Updated
Mar 8, 2018 - Java
-
Updated
Jul 18, 2021 - Java
-
Updated
Jul 31, 2021 - Java
-
Updated
Apr 18, 2021 - Java
-
Updated
Sep 5, 2019 - Java
-
Updated
Apr 6, 2020 - Java
-
Updated
Sep 14, 2020 - Java
-
Updated
Jul 30, 2021 - Java
-
Updated
Mar 12, 2020 - Java
-
Updated
Jul 14, 2020 - Java
-
Updated
Jul 30, 2021 - Java
-
Updated
Jun 6, 2021 - Java
-
Updated
Mar 27, 2018 - Java
Improve this page
Add a description, image, and links to the bytecode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bytecode topic, visit your repo's landing page and select "manage topics."
When class/field/member modifier groups are displayed, its a stack of colored shapes.
It would be useful to have on-hover capabilities for these groups to complain the flags enabled in each group.
See AccessFlags for the list of all flags.
It would be u