Segment check added for libhydra.
This commit is contained in:
@@ -76,6 +76,7 @@ int main(int argc, char* argv[])
|
|||||||
else if (strstr(path, "libhydra.so"))
|
else if (strstr(path, "libhydra.so"))
|
||||||
{
|
{
|
||||||
name = strdup("libhydra\",");
|
name = strdup("libhydra\",");
|
||||||
|
sname = strdup("libhydra_init");
|
||||||
}
|
}
|
||||||
else if (strstr(path, "libcharon.so"))
|
else if (strstr(path, "libcharon.so"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user