Výsledky vyhledávání - (java OR jan) bytecode engineering
-
1
Efficient and expressive bytecode-level instrumentation for Java programs
ISSN: 1433-2779, 1433-2787Vydáno: Berlin/Heidelberg Springer Berlin Heidelberg 01.08.2023Vydáno v International journal on software tools for technology transfer (01.08.2023)“…We present an efficient and expressive tool for the instrumentation of Java programs at the bytecode level. BISM…”
Získat plný text
Journal Article -
2
DALEQ - Explainable Equivalence for Java Bytecode
ISSN: 2643-1572Vydáno: IEEE 16.11.2025Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (16.11.2025)“…The security of software builds has attracted increased attention in recent years in response to incidents like solarwinds and xz. Now, several companies…”
Získat plný text
Konferenční příspěvek -
3
Towards Improving the Performance of Comment Generation Models by Using Bytecode Information
ISSN: 0098-5589, 1939-3520Vydáno: New York IEEE 01.02.2025Vydáno v IEEE transactions on software engineering (01.02.2025)“… In this study, we found that the bytecode compiled from the source code can provide useful information for comment generation, hence we propose to use the information from bytecode to assist the comment generation…”
Získat plný text
Journal Article -
4
Reasoning About Exceptional Behavior At the Level of Java Bytecode with ByteBack
ISSN: 0934-5043, 1433-299XVydáno: New York, NY ACM 04.11.2025Vydáno v Formal aspects of computing (04.11.2025)“… In this article, we present a novel approach to verify the exceptional behavior of Java programs, which extends our previous work on ByteBack…”
Získat plný text
Journal Article -
5
BCFuzz: Bytecode-Driven Fuzzing for JavaScript Engines
ISSN: 2643-1572Vydáno: IEEE 16.11.2025Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (16.11.2025)“…The interpreter and the Just-In-Time (JIT) compiler are two core components of modern JavaScript engines, both of which take bytecodes as input…”
Získat plný text
Konferenční příspěvek -
6
From bytecode to JavaScript: the Js_of_ocaml compiler
ISSN: 0038-0644, 1097-024XVydáno: Bognor Regis Blackwell Publishing Ltd 01.08.2014Vydáno v Software, practice & experience (01.08.2014)“…SUMMARY We present the design and implementation of a compiler from OCaml bytecode to JavaScript…”
Získat plný text
Journal Article -
7
Symbolic PathFinder: integrating symbolic execution with model checking for Java bytecode analysis
ISSN: 0928-8910, 1573-7535Vydáno: Boston Springer US 01.09.2013Vydáno v Automated software engineering (01.09.2013)“…Symbolic PathFinder (SPF) is a software analysis tool that combines symbolic execution with model checking for automated test case generation and error detection in Java bytecode programs…”
Získat plný text
Journal Article -
8
Code coverage differences of Java bytecode and source code instrumentation tools
ISSN: 0963-9314, 1573-1367Vydáno: New York Springer US 01.03.2019Vydáno v Software quality journal (01.03.2019)“… For Java, the prevalent approach to code coverage measurement is using bytecode instrumentation due to its various benefits over source code instrumentation…”
Získat plný text
Journal Article -
9
Detecting Java Code Clones Based on Bytecode Sequence Alignment
ISSN: 2169-3536, 2169-3536Vydáno: Piscataway IEEE 2019Vydáno v IEEE access (2019)“… In this paper, we introduce an approach based on Java bytecode, which mainly contains the steps of bytecode sequence alignment and similarity score comparison…”
Získat plný text
Journal Article -
10
SJBCD: A Java Code Clone Detection Method Based on Bytecode Using Siamese Neural Network
ISSN: 2076-3417, 2076-3417Vydáno: Basel MDPI AG 01.08.2023Vydáno v Applied sciences (01.08.2023)“… Based on the above reasons, this paper proposes a novel code clone detection method for Java bytecode: SJBCD…”
Získat plný text
Journal Article -
11
An Experimental Comparison of Clone Detection Techniques using Java Bytecode
ISSN: 2640-0715Vydáno: IEEE 01.12.2022Vydáno v Proceedings / Asia Pacific Software Engineering Conference (01.12.2022)“… Avoiding some of the issues of source-code based approaches, we are investigating the effectiveness of using various similarity measures on Bytecode to identify code clones in Java-based systems in this work…”
Získat plný text
Konferenční příspěvek -
12
Refactoring Java Programs for Customizable Locks Based on Bytecode Transformation
ISSN: 2169-3536, 2169-3536Vydáno: Piscataway IEEE 2019Vydáno v IEEE access (2019)“…Developers of parallel programming are faced with choices of using various Java locks…”
Získat plný text
Journal Article -
13
Polymorphic bytecode instrumentation
ISSN: 0038-0644, 1097-024XVydáno: Bognor Regis Blackwell Publishing Ltd 01.10.2016Vydáno v Software, practice & experience (01.10.2016)“…Summary Bytecode instrumentation is a widely used technique to implement aspect weaving and dynamic analyses in virtual machines such as the Java virtual machine…”
Získat plný text
Journal Article -
14
PraPR: Practical Program Repair via Bytecode Mutation
ISSN: 2643-1572Vydáno: IEEE 01.11.2019Vydáno v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (01.11.2019)“…Automated program repair (APR) is one of the recent advances in automated software engineering aiming for reducing the burden of debugging by suggesting high-quality patches that either directly fix the bugs, or help…”
Získat plný text
Konferenční příspěvek -
15
Two Approaches to Fast Bytecode Frontend for Static Analysis
ISSN: 2475-1421, 2475-1421Vydáno: New York, NY, USA ACM 09.10.2025Vydáno v Proceedings of ACM on programming languages (09.10.2025)“…In static analysis frameworks for Java, the bytecode frontend serves as a critical component, transforming complex, stack-based Java bytecode into a more analyzable register-based, typed 3-address code representation…”
Získat plný text
Journal Article -
16
Faster variational execution with transparent bytecode transformation
ISSN: 2475-1421, 2475-1421Vydáno: 01.11.2018Vydáno v Proceedings of ACM on programming languages (01.11.2018)“… Furthermore, the performance of this approach is suboptimal. For example, the state-of-the-art variational execution interpreter for Java, VarexJ, slows down executions…”
Získat plný text
Journal Article -
17
Design, implementation, and application of GPU-based Java bytecode interpreters
ISSN: 2475-1421, 2475-1421Vydáno: 01.10.2019Vydáno v Proceedings of ACM on programming languages (01.10.2019)“…We present the design and implementation of GVM, the first system for executing Java bytecode entirely on GPUs…”
Získat plný text
Journal Article -
18
Modeling the Java Bytecode Verifier
ISSN: 0167-6423, 1872-7964Vydáno: Elsevier B.V 01.03.2013Vydáno v Science of computer programming (01.03.2013)“… in Java, particularly in the Bytecode Verifier, a critical component used to verify class semantics before loading is complete…”
Získat plný text
Journal Article -
19
Visualizing trace of Java collection APIs by dynamic bytecode instrumentation
ISSN: 1045-926X, 1095-8533Vydáno: Elsevier Ltd 01.12.2017Vydáno v Journal of visual languages and computing (01.12.2017)“… This work presents a novel interactive visualization tool for collection framework usage, in a Java program, based on hierarchical…”
Získat plný text
Journal Article -
20
Mobile Code Anti-Reversing Scheme Based on Bytecode Trapping in ART
ISSN: 1424-8220, 1424-8220Vydáno: Switzerland MDPI AG 10.06.2019Vydáno v Sensors (Basel, Switzerland) (10.06.2019)“…). The change from Android’s Dalvik to ART means that the existing Dalvik bytecode-based application execution structure has been changed to a machine code-based application execution structure…”
Získat plný text
Journal Article