Výsledky vyhľadávania - Java bytecode engineering
-
1
Java-MaC: A Run-Time Assurance Approach for Java Programs
ISSN: 0925-9856, 1572-8102Vydavateľské údaje: 01.03.2004Vydané v Formal methods in system design (01.03.2004)“…We describe Java-MaC, a prototype implementation of the Monitoring and Checking (MaC) architecture for Java programs…”
Získať plný text
Journal Article -
2
Reverse-engineering 1-n associations from Java bytecode using alias analysis
ISSN: 0950-5849, 1873-6025Vydavateľské údaje: Amsterdam Elsevier B.V 01.02.2007Vydané v Information and software technology (01.02.2007)“… This paper presents a new approach to reverse-engineering 1-n associations from Java bytecode based on alias analysis…”
Získať plný text
Journal Article -
3
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 -
4
Understanding and Finding Java Decompiler Bugs
ISSN: 2475-1421, 2475-1421Vydavateľské údaje: New York, NY, USA ACM 29.04.2024Vydané v Proceedings of ACM on programming languages (29.04.2024)“…, they translate Java bytecode to Java source code. They are essential for reverse engineering purposes and have become more sophisticated and reliable over the years…”
Získať plný text
Journal Article -
5
A software tool for semi-automatic gridification of resource-intensive Java bytecodes and its application to ray tracing and sequence alignment
ISSN: 0965-9978Vydavateľské údaje: Elsevier Ltd 01.04.2011Vydané v Advances in engineering software (1992) (01.04.2011)“… of manual usage of Grid APIs within their source codes. In this paper, we describe a novel gridification tool that allows users to easily parallelize Java…”
Získať plný text
Journal Article -
6
Pre-trained Models for Bytecode Instructions
Vydavateľské údaje: IEEE 31.03.2025Vydané v 2025 IEEE Conference on Software Testing, Verification and Validation (ICST) (31.03.2025)“… Its inherent properties, such as platform independence and optimized performance, make Java bytecode an ideal candidate for developing robust and efficient software engineering solutions…”
Získať plný text
Konferenčný príspevok.. -
7
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 -
8
Dependence analysis of Java bytecode
ISBN: 0769507921, 9780769507927ISSN: 0730-3157Vydavateľské údaje: IEEE 01.01.2000Vydané v Proceedings - International Computer Software & Applications Conference (01.01.2000)“… The article presents an approach to dependence analysis of Java bytecode, and discusses some applications of the technique, which include Java bytecode slicing…”
Získať plný text
Konferenčný príspevok.. Journal Article -
9
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.. -
10
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 -
11
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 -
12
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.. -
13
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 -
14
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 -
15
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 -
16
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 -
17
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.. -
18
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 -
19
[Research Paper] Obfuscating Java Programs by Translating Selected Portions of Bytecode to Native Libraries
ISSN: 2470-6892Vydavateľské údaje: IEEE 01.09.2018Vydané v 2018 IEEE 18th International Working Conference on Source Code Analysis and Manipulation (SCAM) (01.09.2018)“… However, programming languages that compile to high level bytecode (e.g., Java) can be obfuscated only to a limited extent…”
Získať plný text
Konferenčný príspevok.. -
20
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

