Academic literature on the topic 'Static analysi'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Static analysi.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Static analysi"
Yuniati, Trihastuti, Aris Rafael Tambunan, and Yoso Adi Setyoko. "Implementasi Static Analysis Dan Background Process Untuk Mendeteksi Malware Pada Aplikasi Android Dengan Mobile Security Framework." LEDGER : Journal Informatic and Information Technology 1, no. 2 (October 18, 2022): 24–28. http://dx.doi.org/10.20895/ledger.v1i2.848.
Full textChen, Li Wen, Bing Yan Cui, Zhi Jun Wang, Ling Chao Meng, and Zhan Xian Li. "Statics Analysis and Design of the 6-DOF Lower Limb Bionic Leg." Journal of Biomimetics, Biomaterials and Biomedical Engineering 26 (February 2016): 1–12. http://dx.doi.org/10.4028/www.scientific.net/jbbbe.26.1.
Full textDave Marmik M, Dave Marmik M., and Kothari Kartik D. "Static Structure Analysis of Diesel Engine Camshaft." International Journal of Scientific Research 2, no. 5 (June 1, 2012): 208–9. http://dx.doi.org/10.15373/22778179/may2013/69.
Full textSever, Ozan. "Comparison of static and dynamic core exercises’ effects on Stork balance test in soccer players Futbolcularda statik ve dinamik core egzersizlerin Stork denge testine etkisi." Journal of Human Sciences 14, no. 2 (May 17, 2017): 1781. http://dx.doi.org/10.14687/jhs.v14i2.4440.
Full textJ, Manikandan, and Yusuf Mubin A. "Design, Static Analysis and Fabrication of Composite Joints." International Journal of Psychosocial Rehabilitation 23, no. 4 (July 20, 2019): 180–89. http://dx.doi.org/10.37200/ijpr/v23i4/pr190175.
Full textBirla, Shilpi, R. K. Singh, and Manisha Pattnaik. "Static Noise Margin Analysis of Various SRAM Topologies." International Journal of Engineering and Technology 3, no. 3 (2011): 304–9. http://dx.doi.org/10.7763/ijet.2011.v3.242.
Full textBaig, Mirza Ibrahim Ali. "Implications of Static and Dynamic Analysis of Bevel Gear." Journal of Advanced Research in Dynamical and Control Systems 12, no. 01-Special Issue (February 13, 2020): 914–24. http://dx.doi.org/10.5373/jardcs/v12sp1/20201143.
Full textDave, Marmik M., and Manish P. Vekariya. "Static Structure Analysis of Diesel Truck Engine Connecting Rod." International Journal of Scientific Research 2, no. 6 (June 1, 2012): 197–98. http://dx.doi.org/10.15373/22778179/june2013/62.
Full textLin, Zhuang, Ya Xiong Zheng, Jing Zou, Han Bing Sun, and Deng Hui Xu. "A Static-Stability Analysis Method for Ships Based on the Second-Development of Solid Edge." Advanced Materials Research 712-715 (June 2013): 1162–66. http://dx.doi.org/10.4028/www.scientific.net/amr.712-715.1162.
Full textCui, Bing Yan, Li Wen Chen, Zhi Jun Wang, Yuan Hao Zhao, Li Zhan Xian, and Zhen Lin Jin. "Analysis of Statics and Design of Structur Parameters for a Bionic Robot Hip Joint." Journal of Biomimetics, Biomaterials and Biomedical Engineering 22 (March 2015): 3–12. http://dx.doi.org/10.4028/www.scientific.net/jbbbe.22.3.
Full textDissertations / Theses on the topic "Static analysi"
SANTORO, MAURO. "Inference of behavioral models that support program analysis." Doctoral thesis, Università degli Studi di Milano-Bicocca, 2011. http://hdl.handle.net/10281/19514.
Full textSHRESTHA, JAYESH. "Static Program Analysis." Thesis, Uppsala universitet, Informationssystem, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-208293.
Full textJakobsson, Filip. "Static Analysis for BSPlib Programs." Thesis, Orléans, 2019. http://www.theses.fr/2019ORLE2005.
Full textThe goal of scalable parallel programming is to program computer architectures composed of multiple processing units so that increasing the number of processing units leads to an increase in performance. Bulk Synchronous Parallel (BSP) is a widely used model for scalable parallel programming with predictable performance. BSPlib is a library for BSP programming in C. In BSPlib, parallel algorithms are expressed by intermingling instructions that control the global parallel structure, and instructions that express the local computation of each processing unit. This lets the programmer fine-tune synchronization, but also implement programs whose diverging parallel control flow obscures the underlying BSP structure. In practice however, the majority of BSPlib program are textually aligned, a property that ensures parallel control flow convergence. We examine three core aspects of BSPlib programs through the lens of textual alignment: synchronization, performanceandcommunication.First,wepresentastaticanalysisthatidentifiestextuallyalignedstatements and use it to verify safe synchronization. This analysis has been implemented in Frama-C and certified in Coq. Second, we exploit textual alignment to develop a static performance analysis for BSPlib programs, based on classic cost analysis for sequential programs. Third, we develop a textual alignment-based sufficient condition for safe registration. Registration in BSPlib enables communication by Direct Remote Memory Access but is error prone. This development forms the basis for a future static analysis of registration
Djoudi, Adel. "Binary level static analysis." Thesis, Université Paris-Saclay (ComUE), 2016. http://www.theses.fr/2016SACLX093.
Full textAutomatic software verification methods have seen increasing success since the early 2000s, thanks to several industrial successes (Microsoft, Airbus, etc.).Static program analysis aims to automatically infer verified properties of programs, based on their descriptions. The standard static analysis techniques apply on the software source code, written for instance in C or Java. However, access to source code is not possible for many safety-related applications, whether the source code is not available (mobile code, computer virus), or the developer does not disclose it (shelf components, third party certification).We are interested in this dissertation in design and development of a static binary analysis platform for safety analysis. Our contributions are made at three levels: semantics, implementation and static analysis.First, the semantics of analyzed binary programs is based on a generic, simple and concise formalism called DBA. It is extended with some specification and abstraction mechanisms in this dissertation. A well defined semantics of binary programs requires also an adequate memory model. We propose a new memory model adapted to binary level requirements and inspired from recent work on low-level C. This new model allows to enjoy the abstraction of the region-based memory model while keeping the expressiveness of the flat model.Second, our binary code analysis platform BinSec offers three basic services:disassembly, simulation and static analysis. Each machine instruction is translated into a block of semantically equivalent DBA instructions. The platform handles a large part of x86 instructions. A simplification step eliminates useless intermediate calculations in order to ease further analyses. Our simplifications especially allow to eliminate up to 75% of flag updates.Finally, we developed a static analysis engine for binary programs based on abstract interpretation. Besides abstract domains specifically adapted to binary analysis, we focused on the user control of trade offs between accuracy/correctness and efficiency. In addition, we offer an original approach for high-level conditions recovery from low-level conditions in order to enhance analysis precision. The approach is sound, efficient, platform-independent and it achieves very high ratio of recovery
TELESCA, ALESSIO. "ADVANCED MODELLING OF OVER-STROKE DISPLACEMENT CAPACITY FOR CURVED SURFACE SLIDER DEVICES." Doctoral thesis, Università degli studi della Basilicata, 2022. http://hdl.handle.net/11563/153765.
Full textFu, Zhoulai. "Static analysis of numerical properties in the presence of pointers." Phd thesis, Université Rennes 1, 2013. http://tel.archives-ouvertes.fr/tel-00918593.
Full textAgrawal, Akash. "Static Analysis to improve RTL Verification." Thesis, Virginia Tech, 2017. http://hdl.handle.net/10919/75293.
Full textMaster of Science
Borchert, Thomas. "Code Profiling : Static Code Analysis." Thesis, Karlstad University, Faculty of Economic Sciences, Communication and IT, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-1563.
Full textCapturing the quality of software and detecting sections for further scrutiny within are of high interest for industry as well as for education. Project managers request quality reports in order to evaluate the current status and to initiate appropriate improvement actions and teachers feel the need of detecting students which need extra attention and help in certain programming aspects. By means of software measurement software characteristics can be quantified and the produced measures analyzed to gain an understanding about the underlying software quality.
In this study, the technique of code profiling (being the activity of creating a summary of distinctive characteristics of software code) was inspected, formulized and conducted by means of a sample group of 19 industry and 37 student programs. When software projects are analyzed by means of software measurements, a considerable amount of data is produced. The task is to organize the data and draw meaningful information from the measures produced, quickly and without high expenses.
The results of this study indicated that code profiling can be a useful technique for quick program comparisons and continuous quality observations with several application scenarios in both industry and education.
Lanaspre, Benoit. "Static analysis for distributed prograph." Thesis, University of Southampton, 1997. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.262726.
Full textAhmad, S. H. S. "Static analysis of masonry arches." Thesis, University of Salford, 2017. http://usir.salford.ac.uk/43067/.
Full textBooks on the topic "Static analysi"
Drăgoi, Cezara, Suvam Mukherjee, and Kedar Namjoshi, eds. Static Analysis. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-88806-0.
Full textLogozzo, Francesco, and Manuel Fähndrich, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-38856-9.
Full textCousot, Radhia, ed. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-44898-5.
Full textCortesi, Agostino, and Gilberto Filé, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48294-6.
Full textCousot, Patrick, ed. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-47764-0.
Full textNielson, Hanne Riis, and Gilberto Filé, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2007. http://dx.doi.org/10.1007/978-3-540-74061-2.
Full textBlazy, Sandrine, and Thomas Jensen, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2015. http://dx.doi.org/10.1007/978-3-662-48288-9.
Full textMycroft, Alan, ed. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/3-540-60360-3.
Full textHermenegildo, Manuel V., and Germán Puebla, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45789-5.
Full textPalsberg, Jens, and Zhendong Su, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03237-0.
Full textBook chapters on the topic "Static analysi"
Merlet, Jean-Pierre. "Static analysis." In Solid Mechanics and Its Applications, 247–67. Dordrecht: Springer Netherlands, 2000. http://dx.doi.org/10.1007/978-94-010-9587-7_8.
Full textMohanta, Abhijit, and Anoop Saldanha. "Static Analysis." In Malware Analysis and Detection Engineering, 377–402. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6193-4_12.
Full textWeik, Martin H. "static analysis." In Computer Science and Communications Dictionary, 1657–58. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_18153.
Full textSmith, David J. "Static analysis." In Achieving Quality Software, 123–44. Dordrecht: Springer Netherlands, 1995. http://dx.doi.org/10.1007/978-94-011-0549-1_11.
Full textBrumley, David. "Static Analysis." In Encyclopedia of Cryptography and Security, 1254–56. Boston, MA: Springer US, 2011. http://dx.doi.org/10.1007/978-1-4419-5906-5_839.
Full textHsieh, Harry, Felice Balarin, and Alberto Sangiovanni-Vincentelli. "Static Equivalence Analysis." In Synchronous Equivalence, 67–79. Boston, MA: Springer US, 2001. http://dx.doi.org/10.1007/978-1-4615-1659-0_6.
Full textKukimoto, Yuji, Michel Berkelaar, and Karem Sakallah. "Static Timing Analysis." In Logic Synthesis and Verification, 373–401. Boston, MA: Springer US, 2002. http://dx.doi.org/10.1007/978-1-4615-0817-5_14.
Full textDoyle, James F. "Nonlinear Static Analysis." In Mechanical Engineering Series, 169–240. New York, NY: Springer New York, 2001. http://dx.doi.org/10.1007/978-1-4757-3546-8_4.
Full textBhathagar, Himanshu. "Static Timing Analysis." In Advanced ASIC Chip Synthesis, 231–73. Boston, MA: Springer US, 1999. http://dx.doi.org/10.1007/978-1-4419-8668-9_12.
Full textMukherjee, Sudipta. "Static Code Analysis." In Thinking in LINQ, 151–64. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4302-6844-4_7.
Full textConference papers on the topic "Static analysi"
Jones, Markland G., Michael T. Barton, and Walter F. O’Brien. "The Use of Circumferentially Nonuniform Stators to Attenuate LP Compressor Rotor-Stator-Strut Aerodynamic and Mechanical Interactions." In ASME 1996 International Gas Turbine and Aeroengine Congress and Exhibition. American Society of Mechanical Engineers, 1996. http://dx.doi.org/10.1115/96-gt-154.
Full textDillon, Laura. "Session details: Static analysis." In ISSTA '08: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2008. http://dx.doi.org/10.1145/3260631.
Full textNguyen Quang Do, Lisa, and Eric Bodden. "Gamifying static analysis." In ESEC/FSE '18: 26th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3236024.3264830.
Full textLahiri, Shuvendu K., Kapil Vaswani, and C. A. R. Hoare. "Differential static analysis." In the FSE/SDP workshop. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1882362.1882405.
Full textBorodin, Alexey, Andrey Belevantsev, Dmitry Zhurikhin, and Alexey Izbyshev. "Deterministic Static Analysis." In 2018 Ivannikov Memorial Workshop (IVMEM). IEEE, 2018. http://dx.doi.org/10.1109/ivmem.2018.00009.
Full textKoch, Patrick W., Birgit Hofer, and Franz Wotawa. "Static Spreadsheet Analysis." In 2016 IEEE International Symposium on Software Reliability Engineering Workshops (ISSREW). IEEE, 2016. http://dx.doi.org/10.1109/issrew.2016.8.
Full textDo, Lisa Nguyen Quang, Karim Ali, Benjamin Livshits, Eric Bodden, Justin Smith, and Emerson Murphy-Hill. "Just-in-time static analysis." In ISSTA '17: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3092703.3092705.
Full textMuske, Tukaram, Rohith Talluri, and Alexander Serebrenik. "Repositioning of static analysis alarms." In ISSTA '18: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3213846.3213850.
Full textKarpel, Mordechay, Sara Yaniv, and David Livshits. "Integrated solution for computational static aeroelastic problems." In 6th Symposium on Multidisciplinary Analysis and Optimization. Reston, Virigina: American Institute of Aeronautics and Astronautics, 1996. http://dx.doi.org/10.2514/6.1996-4012.
Full textGotovchits, Ivan, Rijnard Van Tonder, and David Brumley. "Saluki: Finding Taint-style Vulnerabilities with Static Property Checking." In Workshop on Binary Analysis Research. Reston, VA: Internet Society, 2018. http://dx.doi.org/10.14722/bar.2018.23019.
Full textReports on the topic "Static analysi"
Oliver, B., T. Dahlgren, and M. Miller. NEAMS Static Analysis. Office of Scientific and Technical Information (OSTI), October 2012. http://dx.doi.org/10.2172/1053670.
Full textSevy, R. H. Quasi-static transient analysis. Office of Scientific and Technical Information (OSTI), October 1985. http://dx.doi.org/10.2172/712226.
Full textBarry, Matthew, Eric Bush, Doug Smith, Devesh Bhatt, David Oglesby, Anca Browne, and Steve Hickman. Static Analysis Numerical Algorithms. Fort Belvoir, VA: Defense Technical Information Center, April 2016. http://dx.doi.org/10.21236/ad1008340.
Full textMaddox III, William H. Incremental Static Semantic Analysis. Fort Belvoir, VA: Defense Technical Information Center, May 1997. http://dx.doi.org/10.21236/ada604432.
Full textKiianovska, N. M. The development of theory and methods of using cloud-based information and communication technologies in teaching mathematics of engineering students in the United States. Видавничий центр ДВНЗ «Криворізький національний університет», December 2014. http://dx.doi.org/10.31812/0564/1094.
Full textGhormley, Douglas, Geoffrey Reedy, and Kirk Landin. Language Independent Static Analysis (LISA). Office of Scientific and Technical Information (OSTI), September 2020. http://dx.doi.org/10.2172/1673452.
Full textTeitelbaum, Tim. Programmable Interfaces for Advanced Static Analysis. Fort Belvoir, VA: Defense Technical Information Center, June 2004. http://dx.doi.org/10.21236/ada426890.
Full textBlack, Paul E., Helen Gill, W. Bradley Martin, and Elizabeth Fong. Proceedings of the static analysis summit. Gaithersburg, MD: National Institute of Standards and Technology, 2006. http://dx.doi.org/10.6028/nist.sp.500-262.
Full textOkun, vadim, Romain Gaucher, and Paul E. Black. Static analysis tool exposition (SATE) 2008. Gaithersburg, MD: National Institute of Standards and Technology, 2009. http://dx.doi.org/10.6028/nist.sp.500-279.
Full textPearce, Lauren. Basic Static and Dynamic Analysis: Malware Analysis Day 1. Office of Scientific and Technical Information (OSTI), June 2018. http://dx.doi.org/10.2172/1457296.
Full text