-
Updated
Jul 5, 2022 - Java
bytecode
Here are 641 public repositories matching this topic...
-
Updated
Jul 2, 2022 - C
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 10, 2021 - Go
-
Updated
Jul 4, 2022 - Go
-
Updated
Jun 21, 2022 - Go
-
Updated
Mar 11, 2022 - Java
It would be helpful if the lcov generated reports could generate relative paths. My use case is that I am generating coverage reports from a docker image and then using VS Code Coverage Gutters which supports relative paths to view the coverage. But it doesn't work because the absolute paths on the docker c
-
Updated
Jun 24, 2022 - 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
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;
public
-
Updated
Jul 1, 2022 - Java
In devp2p at least in eth and les we always generate a debug string even if we are not in debug mode, e.g. here: https://github.com/ethereumjs/ethereumjs-monorepo/blob/8e1c3cf9c47bfc037182c275f46eef405ef70dca/packages/devp2p/src/protocol/eth.ts#L43
Guards should be added so we don't unnecessarily generate debug strings in case we are not in debug mode.
As 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
May 26, 2022 - TypeScript
-
Updated
Jun 24, 2022 - C
i.e. .internal.int to .internal.long and so on
-
Updated
Feb 7, 2021 - Java
-
Updated
Apr 26, 2021 - Java
It would be great to add the Quake 3 JIT compiler (e.g. for x86 or ARM).
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