After the function has been completed, the return pointer is used to go back to the original location and the program can continue.
当完成该函数之后,使用返回指针回到原来的位置并继续程序。
You can then use the return pointer to configure other aspects of the virtual file, such as the function to call when a read is performed on the file.
然后就可以使用这个返回的指针来配置这个虚拟文件的其他参数,例如在对该文件执行读操作时应该调用的函数。
This is done by entering just enough data to overwrite the arguments with dummy data and a new return pointer to a different function; the new function is now executed. 10
这是通过输入足够的数据来用伪数据覆盖参数,及输入到不同函数的新返回指针来实现的,现在就执行新的函数了。
Otherwise, it will return the pointer you provided.
否则,它将返回您给出的指针。
The answer is that they don't have to know about it; we will hide it by moving the pointer past this struct before we return it.
答案是它们不必知道;在返回指针之前,我们会将其移动到这个结构之后,把它隐藏起来。
Each stack frame holds a pointer to the previous stack frame (called the back chain pointer), as well as a space for return addresses for when it calls other functions.
每个堆栈框架都有一个指向前一个堆栈框架的指针(称为回链指针),还有一个当它调用其他函数时用于存放返回地址的空间。
During normal operation of a program, when a function is called, any arguments for the called function along with a pointer to the return location are placed onto the stack.
在程序的正常操作过程中,当调用一个函数时,被调用函数的所有参数以及返回位置的指针都放在栈中。
Listing 3. Update new row pointer and return test data.
列表3.更新新的行指针,并返回测试数据。
Listing 1. Get file row pointer and initialize return variable.
列表1.获得文件行指针并初始化返回变量。
That means that the attacker can overwrite SFP (the saved frame pointer) and then overwrite ret (the return address).
那意味着攻击者能够改写sfp(即已保存的帧指针),然后改写ret(返回地址)。
When you're done, release the Shift key, and you return to the normal pointer.
当您完成时,释放shift键,鼠标将返回到正常指针状态。
Move pointer to next element and return that object.
将指针移至下一个元素并返回该对象。
Upon returning from the called function, execution will resume at the saved return-instruction pointer as specified.
从调用函数处返回指针后,将在指定的返回指令指针处恢复执行。
Does not return a pointer to static data; all data is provided by the caller of the function?
不返回指向静态数据的指针;所有数据都由函数的调用者提供。
dlsym return a pointer to the requested entry point
dlsym返回一个指向被请求入口点的指针
A pointer to a variable of this type is passed to the process_args function, and on return, the variable contains values obtained from arg processing.
指向该类型变量的指针被传递到process_args函数,返回该指针时,它包含从参数处理过程获得的值。
In earlier versions, it changes the return value of the generated function in_word_set from its default Boolean value (that is, 0 or 1) to the pointer to wordlist array type.
在早期版本中,它将生成的函数in _ word_set返回的默认布尔值(即0或1)修改为pointerto wordlist array类型。
The CoCreateInstance API can be used to return us this indirect pointer to an interface structure.
API可以被用来返回间接指向一个接口结构的指针。
Otherwise, you just call a function and return a pointer.
否则,你只需要调用一个函数返回一个指针。
The only reliable way to do it is to also export a class factory function, a simple function that USES the new operator to create the object and return the pointer.
唯一可靠的方法就是也出口类工厂函数,一个简单的函数,使用新的操作符来创建对象并返回的指针。
That is, a Read function could return a pointer to a table object instead of returning a row of data.
也就是说,一个Read函数能够返回一个表对象的指针,而不返回一行数据。
Note that this pointer is declared as "void, " because we will return arbitrary base class pointers through this parameter.
注意这个指针声明为“void”,因为我们会通过这个参数返回任意的基类指针。
You could simply return a pointer to a standard C++ object (if you don't need to access functions), any other type of function lookup table, or whatever you wanted.
你可以简单地返回一个标准C++对象的指针(如果你不需要访问函数),任何函数查询表的其它类型指针,或你需要的任何类型的指针。
The . funcptr property of a delegate will return the function pointer value as a function type.
函数指针和委托可能会合并到一个统一的语法中并且可以互相代替。
You could even set up a table of Pointers with the addresses of the functions of the interface, and return the address of a pointer to this table.
你甚至能够设置一个指针表,里面放置接口的函数地址,返回出来这个表的地址来用。
Config record handlers, like the record creation and merge handlers, return either a pointer to the new structure or NULL.
配置记录处理程序,比如记录创建和处理程序合并,返回一个指向新结构或NULL。
Config record handlers, like the record creation and merge handlers, return either a pointer to the new structure or NULL.
配置记录处理程序,比如记录创建和处理程序合并,返回一个指向新结构或NULL。
应用推荐