Výsledky vyhľadávania - (java OR jan) bytecode
-
1
DALEQ - Explainable Equivalence for Java Bytecode
ISSN: 2643-1572Vydavateľské údaje: IEEE 16.11.2025Vydané 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ískať plný text
Konferenčný príspevok.. -
2
Efficient and expressive bytecode-level instrumentation for Java programs
ISSN: 1433-2779, 1433-2787Vydavateľské údaje: Berlin/Heidelberg Springer Berlin Heidelberg 01.08.2023Vydané 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ískať plný text
Journal Article -
3
Towards Improving the Performance of Comment Generation Models by Using Bytecode Information
ISSN: 0098-5589, 1939-3520Vydavateľské údaje: New York IEEE 01.02.2025Vydané 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ískať plný text
Journal Article -
4
Reasoning About Exceptional Behavior At the Level of Java Bytecode with ByteBack
ISSN: 0934-5043, 1433-299XVydavateľské údaje: New York, NY ACM 04.11.2025Vydané 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ískať plný text
Journal Article -
5
Efficient Java Bytecode Analysis and Sequence Identification for Embedded Systems
ISSN: 2411-6335, 2308-8168Vydavateľské údaje: 31.12.2025Vydané v VAWKUM transaction on computer sciences (31.12.2025)“…Conventional tools and techniques of bytecode profiling require a lot of resources to generate bytecode sequences…”
Získať plný text
Journal Article -
6
BCFuzz: Bytecode-Driven Fuzzing for JavaScript Engines
ISSN: 2643-1572Vydavateľské údaje: IEEE 16.11.2025Vydané 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ískať plný text
Konferenčný príspevok.. -
7
Cost analysis of object-oriented bytecode programs
ISSN: 0304-3975, 1879-2294Vydavateľské údaje: Elsevier B.V 06.01.2012Vydané v Theoretical computer science (06.01.2012)“… In languages such as Java and C#, analyzing bytecode has a much wider application area than analyzing source code since the latter is often not available…”
Získať plný text
Journal Article -
8
From bytecode to JavaScript: the Js_of_ocaml compiler
ISSN: 0038-0644, 1097-024XVydavateľské údaje: Bognor Regis Blackwell Publishing Ltd 01.08.2014Vydané v Software, practice & experience (01.08.2014)“…SUMMARY We present the design and implementation of a compiler from OCaml bytecode to JavaScript…”
Získať plný text
Journal Article -
9
Symbolic PathFinder: integrating symbolic execution with model checking for Java bytecode analysis
ISSN: 0928-8910, 1573-7535Vydavateľské údaje: Boston Springer US 01.09.2013Vydané 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ískať plný text
Journal Article -
10
Detecting Java Code Clones Based on Bytecode Sequence Alignment
ISSN: 2169-3536, 2169-3536Vydavateľské údaje: Piscataway IEEE 2019Vydané 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ískať plný text
Journal Article -
11
SJBCD: A Java Code Clone Detection Method Based on Bytecode Using Siamese Neural Network
ISSN: 2076-3417, 2076-3417Vydavateľské údaje: Basel MDPI AG 01.08.2023Vydané 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ískať plný text
Journal Article -
12
An Experimental Comparison of Clone Detection Techniques using Java Bytecode
ISSN: 2640-0715Vydavateľské údaje: IEEE 01.12.2022Vydané 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ískať plný text
Konferenčný príspevok.. -
13
Large Language Model-Guided Detection of Java Fileless Webshells via Bytecode Instrumentation
ISBN: 9798331593742ISSN: 2576-8964Vydavateľské údaje: IEEE 19.12.2025Vydané v International Computer Conference on Wavelet Active Media Technology and Information Processing (ICCWAMTIP) (Online) (19.12.2025)“… To address these limitations, this paper proposes a large language model-guided detection framework that integrates bytecode instrumentation with semantic reasoning…”
Získať plný text
Konferenčný príspevok.. -
14
Polymorphic bytecode instrumentation
ISSN: 0038-0644, 1097-024XVydavateľské údaje: Bognor Regis Blackwell Publishing Ltd 01.10.2016Vydané 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ískať plný text
Journal Article -
15
Refactoring Java Programs for Customizable Locks Based on Bytecode Transformation
ISSN: 2169-3536, 2169-3536Vydavateľské údaje: Piscataway IEEE 2019Vydané v IEEE access (2019)“…Developers of parallel programming are faced with choices of using various Java locks…”
Získať plný text
Journal Article -
16
Code coverage differences of Java bytecode and source code instrumentation tools
ISSN: 0963-9314, 1573-1367Vydavateľské údaje: New York Springer US 01.03.2019Vydané 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ískať plný text
Journal Article -
17
Two Approaches to Fast Bytecode Frontend for Static Analysis
ISSN: 2475-1421, 2475-1421Vydavateľské údaje: New York, NY, USA ACM 09.10.2025Vydané 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ískať plný text
Journal Article -
18
Enhancing Service Observability Through Bytecode-Level Variable Monitoring
ISSN: 2836-3868Vydavateľské údaje: IEEE 07.07.2025Vydané v Proceedings (IEEE International Conference on Web Services. Online) (07.07.2025)“… To address this, we propose a bytecode-level variable monitoring approach using the ASM library…”
Získať plný text
Konferenčný príspevok.. -
19
PraPR: Practical Program Repair via Bytecode Mutation
ISSN: 2643-1572Vydavateľské údaje: IEEE 01.11.2019Vydané v IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (01.11.2019)“… In this paper, we present PraPR, our implementation of a practical APR technique that operates at the level of JVM bytecode…”
Získať plný text
Konferenčný príspevok.. -
20
Faster variational execution with transparent bytecode transformation
ISSN: 2475-1421, 2475-1421Vydavateľské údaje: 01.11.2018Vydané 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ískať plný text
Journal Article

