Tracing method from P2020 machine code program to C language source program
A C language and source program technology, applied in programming language/paradigm, program code conversion, program/content distribution protection, etc., can solve the problems of low efficiency and high analysis difficulty, and achieve the effect of preventing hidden dangers
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0128] The present invention will be further described below in conjunction with application examples.
[0129] 1. The directory structure of the C language source program file and the source code example of the function query in the test.c file
[0130] The directory structure of the C language source program is as follows:
[0131] The root directory is / Users / admin / workspace / src. Under this root directory, there are 4 files with the suffix .c, and the file names are:
[0132] grid.c;
[0133] main.c;
[0134] test.c;
[0135] tree.c.
[0136] Two, the source code example of the function query in the test.c file
[0137] The source code of the function query in the test.c file is as follows, and the line number of the statement in the file test.c is line 63-90:
[0138] 63 int trie_query(Trie*trie, char*c) {;
[0139] 64 if(trie==NULL);
[0140] 65 {;
[0141] 66 return 0;
[0142] 67};
[0143] 68 char*p=c;
[0144] 69 Trie*temp=trie;
[0145] 70 int ret = 0; ...
PUM

Abstract
Description
Claims
Application Information

- R&D
- Intellectual Property
- Life Sciences
- Materials
- Tech Scout
- Unparalleled Data Quality
- Higher Quality Content
- 60% Fewer Hallucinations
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2025 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com