dladdr Questions

0

I want to simulate loading symbols from a shared library for testing purposes. Is there a way to define a symbol at runtime programmatically such that dlsym will find it? For example: dl_define_sy...
Choragus asked 18/4, 2022 at 11:2

3

Solved

I want to get all the native classes (NSString, NSNumber, int, float, NSSet, NSDictionary) that I have loaded into my iOS Project.. i.e., if I have created a custom class named "TestClass" I don't...
Inelegance asked 10/10, 2013 at 14:27

4

Is it possible to know a function arguments and variables' name types at runtime in C program ? For example, if I have a function: int abc(int x, float y , somestruct z ){ char a; int b ; } Ca...
Desimone asked 15/9, 2016 at 7:49
1

© 2022 - 2024 — McMap. All rights reserved.