0
votes
2answers
176 views
C# Implement Late Binding for Native Code
We are working with an existing native application (most likely written in VB) that loads assemblies and calls methods with "Late Binding." We do NOT have access to its source cod …
0
votes
2answers
66 views
Finding a process from Java
In Java or via some Eclipse plugin, is it possible to find a process by name without dropping down to native code? Specifically, I want to determine if a web browser is running and …
1
vote
1answer
245 views
Overwriting Native Methods in Javascript
I'm doing some analysis of some Javascript and I want to keep javascript enabled, but disable all alert() boxes and self.location redirects.
Currently I'm using a regex proxy, but …
0
votes
1answer
75 views
TestDriven.NET and native C Library
I am working on a C# application that makes calls to a native Windows C dll. We use TestDriven.NET with xUnit for testing. The problem is, whenever we run unit tests that use the …
4
votes
4answers
439 views
What is native implementation in Java
If we look at the Java Object class then we can find some of the methods like
public native int hashCode(), protected native Object clone(),
so my question is what are these native …
4
votes
7answers
568 views
Multiple threads stuck in native calls (Java)
I have a problem with an application running on Fedora Core 6 with JDK 1.5.0_08.
After some amount of uptime (usually some days) threads begin getting stuck in native methods.
Th …
