Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DarthTon/Xenos
/ functions
Functions
299 in github.com/DarthTon/Xenos
⨍
Functions
299
◇
Types & classes
58
↓ 42 callers
Method
disable
src/Window.hpp:28
↓ 38 callers
Method
value
Gets value of node. Interpretation of value depends on type of node. Note that value will not be zero-terminated if rapidxml::parse_no_string_terminat
src/rapidxml/rapidxml.hpp:706
↓ 33 callers
Method
Attach
src/Window.hpp:21
↓ 31 callers
Method
name
Gets name of the node. Interpretation of name depends on type of node. Note that name will not be zero-terminated if rapidxml::parse_no_string_termina
src/rapidxml/rapidxml.hpp:687
↓ 29 callers
Method
enable
src/Window.hpp:27
↓ 28 callers
Method
checked
src/Button.hpp:14
↓ 21 callers
Method
begin
src/rapidxml_wrap.hpp:559
↓ 21 callers
Method
size
src/rapidxml_wrap.hpp:323
↓ 19 callers
Method
name_size
Gets size of node name, not including terminator character. This function works correctly irrespective of whether name is or is not zero terminated. \
src/rapidxml/rapidxml.hpp:695
↓ 18 callers
Method
selection
src/ComboBox.hpp:14
↓ 17 callers
Method
value_size
Gets size of node value, not including terminator character. This function works correctly irrespective of whether value is or is not zero terminated.
src/rapidxml/rapidxml.hpp:714
↓ 16 callers
Method
end
src/rapidxml_wrap.hpp:564
↓ 16 callers
Method
get_if_present
src/rapidxml_wrap.hpp:185
↓ 16 callers
Method
set
src/rapidxml_wrap.hpp:244
↓ 16 callers
Method
type
Gets type of node. \return Type of node.
src/rapidxml/rapidxml.hpp:927
↓ 15 callers
Method
parent
Gets node parent. \return Pointer to parent node, or 0 if there is no parent.
src/rapidxml/rapidxml.hpp:784
↓ 12 callers
Function
measure
src/rapidxml/rapidxml.hpp:310
↓ 10 callers
Function
Normal
src/Log.h:139
↓ 10 callers
Method
clear
Clears the pool. This causes memory occupied by nodes allocated by the pool to be freed. Any nodes or strings allocated from the pool will no longer b
src/rapidxml/rapidxml.hpp:539
↓ 9 callers
Method
Add
src/ComboBox.hpp:22
↓ 9 callers
Function
Error
src/Log.h:102
↓ 9 callers
Method
SetText
src/StatusBar.hpp:28
↓ 9 callers
Function
compare
src/rapidxml/rapidxml.hpp:320
↓ 9 callers
Method
first_node
Gets first child node, optionally matching node name. \param name Name of child to find, or 0 to return first child regardless of its name; this strin
src/rapidxml/rapidxml.hpp:950
↓ 9 callers
Method
get
src/rapidxml_wrap.hpp:146
↓ 9 callers
Method
name
src/rapidxml_wrap.hpp:279
↓ 9 callers
Method
reset
src/EditBox.hpp:26
↓ 8 callers
Method
allocate_node
Allocates a new node from the pool, and optionally assigns name and value to it. If the allocation request cannot be accomodated, this function will t
src/rapidxml/rapidxml.hpp:429
↓ 8 callers
Function
copy_chars
src/rapidxml/rapidxml_print.hpp:37
↓ 8 callers
Function
fill_chars
src/rapidxml/rapidxml_print.hpp:85
↓ 8 callers
Method
next_sibling
Gets next sibling node, optionally matching node name. Behaviour is undefined if node has no parent. Use parent() to test if node has a parent. \param
src/rapidxml/rapidxml.hpp:1018
↓ 8 callers
Method
text
src/Window.hpp:30
↓ 6 callers
Method
AddColumn
src/ListView.hpp:16
↓ 6 callers
Method
DoLogV
src/Log.h:55
↓ 6 callers
Method
first_attribute
Gets first attribute of node, optionally matching attribute name. \param name Name of attribute to find, or 0 to return first attribute regardless of
src/rapidxml/rapidxml.hpp:1039
↓ 6 callers
Method
is_attribute
src/rapidxml_wrap.hpp:318
↓ 6 callers
Method
value
src/rapidxml_wrap.hpp:284
↓ 5 callers
Method
append_node
Appends a new child node. The appended child becomes the last child. \param child Node to append.
src/rapidxml/rapidxml.hpp:1111
↓ 5 callers
Function
copy_and_expand_chars
src/rapidxml/rapidxml_print.hpp:47
↓ 4 callers
Method
next_attribute
Gets next attribute, optionally matching attribute name. \param name Name of attribute to find, or 0 to return next attribute regardless of its name;
src/rapidxml/rapidxml.hpp:870
↓ 4 callers
Function
read_helper
src/FileUtil.cpp:9
↓ 4 callers
Method
selectedText
src/ComboBox.hpp:57
↓ 3 callers
Method
RunModal
<summary> Run dialog as modal window </summary> <param name="parent">Parent window.</param> <returns>TRUE on success, FALSE otherwise</returns>
src/Dialog.hpp:30
↓ 3 callers
Method
allocate_string
Allocates a char array of given size from the pool, and optionally copies a given string to it. If the allocation request cannot be accomodated, this
src/rapidxml/rapidxml.hpp:490
↓ 3 callers
Method
append_attribute
Appends a new attribute to the node. \param attribute Attribute to append.
src/rapidxml/rapidxml.hpp:1231
↓ 3 callers
Method
integer
src/EditBox.hpp:22
↓ 3 callers
Method
itemData
src/ComboBox.hpp:17
↓ 3 callers
Method
previous_sibling
Gets previous sibling node, optionally matching node name. Behaviour is undefined if node has no parent. Use parent() to test if node has a parent. \p
src/rapidxml/rapidxml.hpp:995
↓ 3 callers
Method
remove_all_attributes
Removes all attributes of node.
src/rapidxml/rapidxml.hpp:1323
↓ 3 callers
Method
remove_all_nodes
Removes all child nodes (but not attributes).
src/rapidxml/rapidxml.hpp:1202
↓ 3 callers
Method
what
Gets human readable description of error. \return Pointer to null terminated description of the error.
src/rapidxml/rapidxml.hpp:85
↓ 2 callers
Method
AddItem
src/ListView.hpp:28
↓ 2 callers
Method
Cleanup
<summary> Remove unpacked driver, if any </summary>
src/DriverExtract.h:68
↓ 2 callers
Function
Critical
src/Log.h:114
↓ 2 callers
Method
Extract
<summary> Extracts required driver version form self </summary>
src/DriverExtract.h:19
↓ 2 callers
Method
InjectMultiple
<summary> Inject multiple images </summary> <param name="pCtx">Injection context</param> <returns>Error code</returns>
src/InjectionCore.cpp:422
↓ 2 callers
Method
Load
src/ProfileMgr.cpp:45
↓ 2 callers
Method
Save
src/ProfileMgr.cpp:6
↓ 2 callers
Method
allocate_attribute
Allocates a new attribute from the pool, and optionally assigns name and value to it. If the allocation request cannot be accomodated, this function w
src/rapidxml/rapidxml.hpp:461
↓ 2 callers
Method
hwnd
src/Window.hpp:24
↓ 2 callers
Method
previous_attribute
Gets previous attribute, optionally matching attribute name. \param name Name of attribute to find, or 0 to return previous attribute regardless of it
src/rapidxml/rapidxml.hpp:850
↓ 2 callers
Function
print
src/rapidxml/rapidxml_print.hpp:391
↓ 2 callers
Function
print_attributes
src/rapidxml/rapidxml_print.hpp:119
↓ 2 callers
Function
print_children
src/rapidxml/rapidxml_print.hpp:110
↓ 2 callers
Function
print_node
src/rapidxml/rapidxml_print.hpp:319
↓ 2 callers
Method
status
src/DlgWait.h:16
↓ 2 callers
Function
tsplit
src/StringUtil.h:12
↓ 1 callers
Function
AssociateExtension
<summary> Associate profile file extension </summary>
src/Main.cpp:25
↓ 1 callers
Method
CreateWatchdog
<summary> Setup unhanded exception filter </summary> <param name="dumpRoot">Crash dump root dolder</param> <param name="flags">Dump flags</param> <par
src/DumpHandler.cpp:49
↓ 1 callers
Method
DoLog
src/Log.h:43
↓ 1 callers
Method
ExceptionHandler
<summary> Actual exception handler </summary>
src/DumpHandler.cpp:133
↓ 1 callers
Method
Inject
<summary> Async inject routine </summary>
src/Routines.cpp:144
↓ 1 callers
Method
LoadAndInject
<summary> Run injection profile </summary> <returns>Error code</returns>
src/MainDlg.h:35
↓ 1 callers
Function
LogOSInfo
<summary> Log major OS information </summary>
src/Main.cpp:61
↓ 1 callers
Function
ParseCmdLine
<summary> Parse command line string </summary> <param name="param">Resulting param</param> <returns>Profile action</returns>
src/Main.cpp:88
↓ 1 callers
Method
RemoveItem
src/ListView.hpp:55
↓ 1 callers
Method
RunModeless
<summary> Run dialog as modeless window </summary> <param name="parent">Parent window</param> <param name="accelID">Accelerator ID to use</param> <ret
src/Dialog.hpp:44
↓ 1 callers
Method
SetExports
src/DlgSettings.h:20
↓ 1 callers
Method
SetParts
src/StatusBar.hpp:15
↓ 1 callers
Function
Verbose
src/Log.h:151
↓ 1 callers
Function
Warning
src/Log.h:127
↓ 1 callers
Method
all_nodes_named
src/rapidxml_wrap.hpp:729
↓ 1 callers
Method
append
* Append a node and return a handle to it. */
src/rapidxml_wrap.hpp:273
↓ 1 callers
Method
create_document
* Create empty XML document. */
src/rapidxml_wrap.hpp:653
↓ 1 callers
Method
has
* Check if 'key' is valid */
src/rapidxml_wrap.hpp:168
↓ 1 callers
Method
itemText
src/ComboBox.hpp:38
↓ 1 callers
Function
print_cdata_node
src/rapidxml/rapidxml_print.hpp:160
↓ 1 callers
Function
print_comment_node
src/rapidxml/rapidxml_print.hpp:262
↓ 1 callers
Function
print_data_node
src/rapidxml/rapidxml_print.hpp:149
↓ 1 callers
Function
print_declaration_node
src/rapidxml/rapidxml_print.hpp:239
↓ 1 callers
Function
print_doctype_node
src/rapidxml/rapidxml_print.hpp:280
↓ 1 callers
Function
print_element_node
src/rapidxml/rapidxml_print.hpp:183
↓ 1 callers
Function
print_pi_node
src/rapidxml/rapidxml_print.hpp:302
↓ 1 callers
Method
read_from_file
src/rapidxml_wrap.hpp:739
↓ 1 callers
Function
split
src/StringUtil.h:35
↓ 1 callers
Method
write_document
src/rapidxml_wrap.hpp:664
Method
AddToModuleList
<summary> Add module to module list </summary> <param name="path">Loaded image</param> <param name="exports">Module exports</param>
src/Routines.cpp:337
Method
Button
src/Button.hpp:11
Method
CallInitRoutine
<summary> Call initialization routine </summary> <param name="context">Injection context</param> <param name="mod">Target module</param> <param name="
src/InjectionCore.cpp:746
Method
CloseDialog
<summary> Close dialog properly </summary> <returns>status</returns>
src/Dialog.hpp:76
next →
1–100 of 299, ranked by callers