Projekt

Obecné

Profil

Stáhnout (8.56 KB) Statistiky
| Větev: | Tag: | Revize:
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6
<meta name="generator" content="Doxygen 1.9.4"/>
7
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8
<title>LDClient: LDClient.detection Namespace Reference</title>
9
<link href="tabs.css" rel="stylesheet" type="text/css"/>
10
<script type="text/javascript" src="jquery.js"></script>
11
<script type="text/javascript" src="dynsections.js"></script>
12
<link href="navtree.css" rel="stylesheet" type="text/css"/>
13
<script type="text/javascript" src="resize.js"></script>
14
<script type="text/javascript" src="navtreedata.js"></script>
15
<script type="text/javascript" src="navtree.js"></script>
16
<link href="search/search.css" rel="stylesheet" type="text/css"/>
17
<script type="text/javascript" src="search/searchdata.js"></script>
18
<script type="text/javascript" src="search/search.js"></script>
19
<link href="doxygen.css" rel="stylesheet" type="text/css" />
20
</head>
21
<body>
22
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
23
<div id="titlearea">
24
<table cellspacing="0" cellpadding="0">
25
 <tbody>
26
 <tr id="projectrow">
27
  <td id="projectalign">
28
   <div id="projectname">LDClient<span id="projectnumber">&#160;v.1</span>
29
   </div>
30
   <div id="projectbrief">Client application for the detection of Lauterbach debugger devices</div>
31
  </td>
32
 </tr>
33
 </tbody>
34
</table>
35
</div>
36
<!-- end header part -->
37
<!-- Generated by Doxygen 1.9.4 -->
38
<script type="text/javascript">
39
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
40
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
41
/* @license-end */
42
</script>
43
<script type="text/javascript" src="menudata.js"></script>
44
<script type="text/javascript" src="menu.js"></script>
45
<script type="text/javascript">
46
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
47
$(function() {
48
  initMenu('',true,false,'search.php','Search');
49
  $(document).ready(function() { init_search(); });
50
});
51
/* @license-end */
52
</script>
53
<div id="main-nav"></div>
54
</div><!-- top -->
55
<div id="side-nav" class="ui-resizable side-nav-resizable">
56
  <div id="nav-tree">
57
    <div id="nav-tree-contents">
58
      <div id="nav-sync" class="sync"></div>
59
    </div>
60
  </div>
61
  <div id="splitbar" style="-moz-user-select:none;" 
62
       class="ui-resizable-handle">
63
  </div>
64
</div>
65
<script type="text/javascript">
66
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
67
$(document).ready(function(){initNavTree('namespace_l_d_client_1_1detection.html',''); initResizable(); });
68
/* @license-end */
69
</script>
70
<div id="doc-content">
71
<!-- window showing the filter options -->
72
<div id="MSearchSelectWindow"
73
     onmouseover="return searchBox.OnSearchSelectShow()"
74
     onmouseout="return searchBox.OnSearchSelectHide()"
75
     onkeydown="return searchBox.OnSearchSelectKey(event)">
76
</div>
77

    
78
<!-- iframe showing the search results (closed by default) -->
79
<div id="MSearchResultsWindow">
80
<iframe src="javascript:void(0)" frameborder="0" 
81
        name="MSearchResults" id="MSearchResults">
82
</iframe>
83
</div>
84

    
85
<div class="header">
86
  <div class="summary">
87
<a href="#nested-classes">Classes</a>  </div>
88
  <div class="headertitle"><div class="title">LDClient.detection Namespace Reference</div></div>
89
</div><!--header-->
90
<div class="contents">
91
<table class="memberdecls">
92
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
93
Classes</h2></td></tr>
94
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><b>DebuggerInfoParser</b></td></tr>
95
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This class parses the .txt file generated from the debugger. Its primary interest is to find two serial numbers (head + body). <br /></td></tr>
96
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
97
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">interface &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_l_d_client_1_1detection_1_1_i_info_fetcher.html">IInfoFetcher</a></td></tr>
98
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This interface defines the functionality of an info fetcher which takes care of sending commands to the debugger.  <a href="interface_l_d_client_1_1detection_1_1_i_info_fetcher.html#details">More...</a><br /></td></tr>
99
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
100
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_l_d_client_1_1detection_1_1_info_fetcher.html">InfoFetcher</a></td></tr>
101
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This class implements the <a class="el" href="interface_l_d_client_1_1detection_1_1_i_info_fetcher.html" title="This interface defines the functionality of an info fetcher which takes care of sending commands to t...">IInfoFetcher</a> interface which defines the functionality of an info fetcher.  <a href="class_l_d_client_1_1detection_1_1_info_fetcher.html#details">More...</a><br /></td></tr>
102
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
103
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">interface &#160;</td><td class="memItemRight" valign="bottom"><b>IProcessDetection</b></td></tr>
104
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This interface defines the functionality of a process detector. A process detector is used to determine whether a user is currently using a debugger or not. <br /></td></tr>
105
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
106
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">interface &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_l_d_client_1_1detection_1_1_i_process_utils.html">IProcessUtils</a></td></tr>
107
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This interface defines the functionality of all methods that are used to work with processes (within this project).  <a href="interface_l_d_client_1_1detection_1_1_i_process_utils.html#details">More...</a><br /></td></tr>
108
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
109
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_l_d_client_1_1detection_1_1_process_detection.html">ProcessDetection</a></td></tr>
110
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This class takes care of process detection. When t32mtc (process) is detected, it means that the debugger is currently being used. The class keeps track of the current state of a debugger.  <a href="class_l_d_client_1_1detection_1_1_process_detection.html#details">More...</a><br /></td></tr>
111
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
112
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_l_d_client_1_1detection_1_1_process_utils.html">ProcessUtils</a></td></tr>
113
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This class implements the <a class="el" href="interface_l_d_client_1_1detection_1_1_i_process_utils.html" title="This interface defines the functionality of all methods that are used to work with processes (within ...">IProcessUtils</a> interface. It implements methods that are used when dealing with processes.  <a href="class_l_d_client_1_1detection_1_1_process_utils.html#details">More...</a><br /></td></tr>
114
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
115
</table>
116
</div><!-- contents -->
117
</div><!-- doc-content -->
118
<!-- start footer part -->
119
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
120
  <ul>
121
    <li class="navelem"><a class="el" href="namespace_l_d_client.html">LDClient</a></li><li class="navelem"><a class="el" href="namespace_l_d_client_1_1detection.html">detection</a></li>
122
    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4 </li>
123
  </ul>
124
</div>
125
</body>
126
</html>
(81-81/111)