ReloadWhiteList command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Updates the existing White List with the current contents of the...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Updates the existing [[run_only_to_listed_procs.html|White List]] with the current contents of the </span><span class="f_Monospace">whitelist.txt</span><span class="f_Para"> file, so you can dynamically update your White List. Same as clicking the </span><span class="f_GUIlabel">Reload White List</span><span class="f_Para"> button on the </span><span class="f_GUIlabel">Proc Selection</span><span class="f_Para"> page. </span>
<span class="f_Para">Updates the existing [[Running only to listed procedures|White List]] with the current contents of the </span><span class="f_Monospace">whitelist.txt</span><span class="f_Para"> file, so you can dynamically update your White List. Same as clicking the </span><span class="f_GUIlabel">Reload White List</span><span class="f_Para"> button on the </span><span class="f_GUIlabel">Proc Selection</span><span class="f_Para"> page. </span>


'''Syntax:'''
'''Syntax:'''


<span class="f_CodeExample">reloadWhiteList </span>
<p class="syntax">reloadWhiteList </p>
|-
|-
| <span class="f_Label">Client menu:</span>
| '''Client menu:'''
| <span class="f_GUIlabel">Execution</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Reload White List</span><span class="f_Para"> </span>
| <span class="f_GUIlabel">Execution</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Reload White List</span><span class="f_Para"> </span>
|-
|-
| <span class="f_Label">Introduced:</span>
| '''Introduced:'''
| <span class="f_Para">Build 28</span>
| <span class="f_Para">Build 28</span>
|}
|}


[[Category:Debugger Commands]]
[[Category:Debugger Commands]]

Latest revision as of 23:22, 3 February 2023


Action:

Updates the existing White List with the current contents of the whitelist.txt file, so you can dynamically update your White List. Same as clicking the Reload White List button on the Proc Selection page.

Syntax:

reloadWhiteList 

Client menu: Execution > Reload White List
Introduced: Build 28