Letteratura scientifica selezionata sul tema "Decompiler"
Cita una fonte nei formati APA, MLA, Chicago, Harvard e in molti altri stili
Consulta la lista di attuali articoli, libri, tesi, atti di convegni e altre fonti scientifiche attinenti al tema "Decompiler".
Accanto a ogni fonte nell'elenco di riferimenti c'è un pulsante "Aggiungi alla bibliografia". Premilo e genereremo automaticamente la citazione bibliografica dell'opera scelta nello stile citazionale di cui hai bisogno: APA, MLA, Harvard, Chicago, Vancouver ecc.
Puoi anche scaricare il testo completo della pubblicazione scientifica nel formato .pdf e leggere online l'abstract (il sommario) dell'opera se è presente nei metadati.
Articoli di riviste sul tema "Decompiler"
Gusarovs, Konstantins. "An Analysis on Java Programming Language Decompiler Capabilities". Applied Computer Systems 23, n. 2 (1 dicembre 2018): 109–17. http://dx.doi.org/10.2478/acss-2018-0014.
Testo completoMikhailov, A. A., e A. E. Hmelnov. "Delphi object files decompiler". Proceedings of the Institute for System Programming of the RAS 29, n. 6 (2017): 105–16. http://dx.doi.org/10.15514/ispras-2017-29(6)-5.
Testo completoMihajlenko, Kristina, Mikhail Lukin e Andrey Stankevich. "A method for decompilation of AMD GCN kernels to OpenCL". Information and Control Systems, n. 2 (29 aprile 2021): 33–42. http://dx.doi.org/10.31799/1684-8853-2021-2-33-42.
Testo completoLi, Zhiming, Qing Wu e Kun Qian. "Adabot: Fault-Tolerant Java Decompiler (Student Abstract)". Proceedings of the AAAI Conference on Artificial Intelligence 34, n. 10 (3 aprile 2020): 13861–62. http://dx.doi.org/10.1609/aaai.v34i10.7203.
Testo completoHarrand, Nicolas, César Soto-Valero, Martin Monperrus e Benoit Baudry. "Java decompiler diversity and its application to meta-decompilation". Journal of Systems and Software 168 (ottobre 2020): 110645. http://dx.doi.org/10.1016/j.jss.2020.110645.
Testo completoChen, Gengbiao, Zhengwei Qi, Shiqiu Huang, Kangqi Ni, Yudi Zheng, Walter Binder e Haibing Guan. "A refined decompiler to generate C code with high readability". Software: Practice and Experience 43, n. 11 (13 luglio 2012): 1337–58. http://dx.doi.org/10.1002/spe.2138.
Testo completoKřoustek, Jakub, Fridolín Pokorný e Dusan Kolář. "A new approach to instruction-idioms detection in a retargetable decompiler". Computer Science and Information Systems 11, n. 4 (2014): 1337–59. http://dx.doi.org/10.2298/csis131203076k.
Testo completoQasim, Syed Ali, Jared M. Smith e Irfan Ahmed. "Control Logic Forensics Framework using Built-in Decompiler of Engineering Software in Industrial Control Systems". Forensic Science International: Digital Investigation 33 (luglio 2020): 301013. http://dx.doi.org/10.1016/j.fsidi.2020.301013.
Testo completoKřoustek, Jakub, e Dusan Kolář. "Context parsing (not only) of the object-file-format description language". Computer Science and Information Systems 10, n. 4 (2013): 1673–701. http://dx.doi.org/10.2298/csis130120071k.
Testo completoYang, Pin, Huiyu Zhou, Yue Zhu, Liang Liu e Lei Zhang. "Malware Classification Based on Shallow Neural Network". Future Internet 12, n. 12 (2 dicembre 2020): 219. http://dx.doi.org/10.3390/fi12120219.
Testo completoTesi sul tema "Decompiler"
DAVIDSON, ANDREW JOSEPH. "SPADE: SEMANTICALLY PRESERVING ABSTRACT DECOMPILER EXPERIMENT". Thesis, The University of Arizona, 2008. http://hdl.handle.net/10150/190436.
Testo completoMiecznikowski, Jerome. "New algorithms for a java decompiler and their implementation in Soot". Thesis, McGill University, 2003. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=79050.
Testo completoThe Java Virtual Machine Specification of valid bytecode is much less restrictive than the Java Language Specification of valid Java source programs. For example, bytecode has unstructured control flow, loose local typing, and few restrictions on method modifiers. By contrast, the Java language has highly structured control flow, strong local typing, and many restrictions on its method modifiers. The goal of this thesis was to build a tool that could correctly decompile the widest range of verifiable Java bytecode back into compilable Java source. This includes bytecode coming from other source languages, bytecode that has undergone certain types of obfuscation, and optimized bytecode. To accomplish this goal we created the Structure Encapsulation Tree data structure and a set of new decompiling algorithms.
The algorithms fall into three categories: regular control flow, exceptional control flow, and idioms.
Eriksson, David. "Designing an object-oriented decompiler : Decompilation support for Interactive Disassembler Pro". Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik och datavetenskap, 2002. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-5604.
Testo completoDekompilering, eller omvänd kompilering, tar ett datorprogram och omvandlar det till högnivåspråk som fungerar som den ursprungliga källkoden. Detta gör det lättare att förstå ett datorprogram när källkod inte finns tillgänglig. Det finns väldigt få verktyg för dekompilering tillgängliga idag. Den här rapporten beskriver design och implementation av Desquirr, en dekomplator-plugin för Interactive Disassembler Pro. Desquirr har en objekt-orienterad design och utför grundläggande dekompilering av program som kör på Intel x86-processorer.
Žamberský, Zdeněk. "Zpětný překladač jazyka Java". Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2015. http://www.nusl.cz/ntk/nusl-232034.
Testo completoKollár, Jaroslav. "Optimalizace LLVM IR pro účely zpětného překladu". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2015. http://www.nusl.cz/ntk/nusl-264955.
Testo completoMacko, Lukáš. "Dekódování binárního kódu do vyšší formy reprezentace". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2015. http://www.nusl.cz/ntk/nusl-264983.
Testo completokalle, Sushma. "Semantic-aware Stealthy Control Logic Infection Attack". ScholarWorks@UNO, 2018. https://scholarworks.uno.edu/td/2512.
Testo completoMatula, Peter. "Rekonstrukce datových typů při zpětném překladu kódu". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2013. http://www.nusl.cz/ntk/nusl-236191.
Testo completoIlsoo, Jeon. "LLVM-IR based Decompilation". Wright State University / OhioLINK, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=wright1559500021466716.
Testo completoKřoustek, Jakub. "Analýza a převod kódů do vyššího programovacího jazyka". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2009. http://www.nusl.cz/ntk/nusl-236651.
Testo completoCapitoli di libri sul tema "Decompiler"
Weik, Martin H. "decompiler". In Computer Science and Communications Dictionary, 372. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_4538.
Testo completoNolan, Godfrey. "Decompiler Design". In Decompiling Android, 151–74. Berkeley, CA: Apress, 2012. http://dx.doi.org/10.1007/978-1-4302-4249-9_5.
Testo completoNolan, Godfrey. "Decompiler Implementation". In Decompiling Android, 175–227. Berkeley, CA: Apress, 2012. http://dx.doi.org/10.1007/978-1-4302-4249-9_6.
Testo completoNolan, Godfrey. "Decompiler Design". In Decompiling Java, 121–57. Berkeley, CA: Apress, 2004. http://dx.doi.org/10.1007/978-1-4302-0739-9_5.
Testo completoNolan, Godfrey. "Decompiler Implementation". In Decompiling Java, 159–236. Berkeley, CA: Apress, 2004. http://dx.doi.org/10.1007/978-1-4302-0739-9_6.
Testo completoĎurfina, Lukáš, Jakub Křoustek, Petr Zemek e Břetislav Kábele. "Accurate Recovery of Functions in a Retargetable Decompiler(Poster Abstract)". In Research in Attacks, Intrusions, and Defenses, 390–92. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-33338-5_27.
Testo completoĎurfina, Lukáš, Jakub Křoustek, Petr Zemek, Dušan Kolář, Tomáš Hruška, Karel Masařík e Alexander Meduna. "Design of a Retargetable Decompiler for a Static Platform-Independent Malware Analysis". In Communications in Computer and Information Science, 72–86. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-23141-4_8.
Testo completoWeik, Martin H. "decompile". In Computer Science and Communications Dictionary, 372. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_4537.
Testo completoCifuentes, Cristina. "Structuring decompiled graphs". In Lecture Notes in Computer Science, 91–105. Berlin, Heidelberg: Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/3-540-61053-7_55.
Testo completoNolan, Godfrey. "Protecting Your Source: Strategies for Defeating Decompilers". In Decompiling Java, 79–120. Berkeley, CA: Apress, 2004. http://dx.doi.org/10.1007/978-1-4302-0739-9_4.
Testo completoAtti di convegni sul tema "Decompiler"
"Delphi .NET object file decompiler". In 2015 The 5th International Workshop on Computer Science and Engineering-Information Processing and Control Engineering. WCSE, 2015. http://dx.doi.org/10.18178/wcse.2015.04.033.
Testo completoSateanpattanakul, Siwadol. "Comments recovery approach for Java decompiler". In 2016 IEEE/ACIS 15th International Conference on Computer and Information Science (ICIS). IEEE, 2016. http://dx.doi.org/10.1109/icis.2016.7550827.
Testo completoChen, Gengbiao, Zhuo Wang, Ruoyu Zhang, Kan Zhou, Shiqiu Huang, Kangqi Ni, Zhengwei Qi, Kai Chen e Haibing Guan. "A Refined Decompiler to Generate C Code with High Readability". In 2010 17th Working Conference on Reverse Engineering (WCRE). IEEE, 2010. http://dx.doi.org/10.1109/wcre.2010.24.
Testo completoDurfina, Jakub Kroustek, Petr Zemek e Bretislav Kabele. "Detection and Recovery of Functions and their Arguments in a Retargetable Decompiler". In 2012 19th Working Conference on Reverse Engineering (WCRE). IEEE, 2012. http://dx.doi.org/10.1109/wcre.2012.15.
Testo completoYakdan, Khaled, Sergej Dechand, Elmar Gerhards-Padilla e Matthew Smith. "Helping Johnny to Analyze Malware: A Usability-Optimized Decompiler and Malware Analysis User Study". In 2016 IEEE Symposium on Security and Privacy (SP). IEEE, 2016. http://dx.doi.org/10.1109/sp.2016.18.
Testo completoKorencik, Lukas, Petr Rockai, Henrich Lauko e Jiri Barnat. "On Symbolic Execution of Decompiled Programs". In 2020 IEEE 20th International Conference on Software Quality, Reliability and Security (QRS). IEEE, 2020. http://dx.doi.org/10.1109/qrs51102.2020.00044.
Testo completoJaffe, Alan, Jeremy Lacomis, Edward J. Schwartz, Claire Le Goues e Bogdan Vasilescu. "Meaningful variable names for decompiled code". In ICSE '18: 40th International Conference on Software Engineering. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3196321.3196330.
Testo completoGussoni, Andrea, Alessandro Di Federico, Pietro Fezzardi e Giovanni Agosta. "A Comb for Decompiled C Code". In ASIA CCS '20: The 15th ACM Asia Conference on Computer and Communications Security. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3320269.3384766.
Testo completoAlharbi, Khalid, e Tom Yeh. "Collect, Decompile, Extract, Stats, and Diff". In MobileHCI '15: 17th International Conference on Human-Computer Interaction with Mobile Devices and Services. New York, NY, USA: ACM, 2015. http://dx.doi.org/10.1145/2785830.2785892.
Testo completoHamilton, James, e Sebastian Danicic. "An Evaluation of Current Java Bytecode Decompilers". In 2009 Ninth IEEE International Working Conference on Source Code Analysis and Manipulation. IEEE, 2009. http://dx.doi.org/10.1109/scam.2009.24.
Testo completoRapporti di organizzazioni sul tema "Decompiler"
Lu, Jiquan, e Wenyong Hou. Decompile Program Graph Design and Controlling Flow Analysis. Fort Belvoir, VA: Defense Technical Information Center, maggio 1995. http://dx.doi.org/10.21236/ada294731.
Testo completo