No announcements
Found 3278689 threads
-
1 Votes
DLL injection
I can't see a way this would work from a managed language such as C# since the process you are injecting into might not even have the dotnet runtime loaded or worse the wrong version of ...Answered | 6 Replies | 4110 Views | Created by Huzaifa Gain - Thursday, August 20, 2009 12:00 PM | Last reply by Ray M_ - Wednesday, May 11, 2011 2:10 PM -
1 Votes
DLL injection byte[] array
Hi, There are two ways that C# code can directly call unmanaged code: Directly call a function exported from a DLL.Answered | 2 Replies | 5083 Views | Created by BurnNick - Thursday, August 18, 2011 6:36 PM | Last reply by BurnNick - Saturday, August 20, 2011 12:55 PM -
0 Votes
C++ Kernel Driver DLL Injection
I Wanna Kernel Driver Load For DLL Injection , OKE ?Answered | 6 Replies | 5660 Views | Created by By KadiRS - Friday, February 15, 2013 3:00 PM | Last reply by Bordon - Saturday, February 16, 2013 5:51 PM -
0 Votes
Anti Dll Injection VC++ to VB.NET
.cpp file here, that promises block a action of dll injection in my program.Answered | 1 Replies | 1177 Views | Created by FLASHCODER - Friday, October 23, 2015 10:42 PM | Last reply by - Saturday, October 24, 2015 12:11 PM -
0 Votes
Injecting a user id into a service in another .dll at run time
But this code runs BEFORE the user id is set in asp.net Identity so it is set to -1; Not sure how to set the DI AFTER the ...Unanswered | 7 Replies | 526 Views | Created by Anonymous - Thursday, August 20, 2020 9:30 PM | Last reply by Anonymous - Sunday, August 23, 2020 9:30 PM -
0 Votes
injecting a line of code to top of class by reading dll file and injecting in to it reg
jdweng, I too have checked like that like creating a separate intercept using postsharp in seperate class file and build it der by adding that dll to my project but problem ...Answered | 3 Replies | 1993 Views | Created by Gowthammanju - Monday, May 28, 2012 5:27 AM | Last reply by Joel Engineer - Monday, May 28, 2012 11:48 AM -
0 Votes
How make IAT Hook in a application using a injected dll?
>but i'm not searching for dll injection methods.Answered | 3 Replies | 3406 Views | Created by FLASHCODER - Friday, September 9, 2016 12:36 AM | Last reply by Baron Bi - Wednesday, September 21, 2016 7:17 AM -
0 Votes
Inject C++ dll from C# application
How to inject this(above) c++ dll to other running process and start the MyMethod from C# application, what code i should use?Answered | 1 Replies | 2825 Views | Created by Vendor - Monday, December 26, 2011 5:59 PM | Last reply by Stefan Hoffmann - Monday, December 26, 2011 6:31 PM -
0 Votes
Another Win32 DLL Question
address on a target process via my DLL.Answered | 1 Replies | 3066 Views | Created by Wowus - Monday, June 7, 2010 10:51 PM | Last reply by Igor Tandetnik - Monday, June 7, 2010 11:01 PM -
1 Votes
VB.NET DLL Explicit run-time linking
Since Visual Basic.NET generates managed code DLLs the mechanism and procedure for "dynamically linking" is ...Answered | 2 Replies | 4442 Views | Created by silna - Wednesday, February 25, 2009 2:27 PM | Last reply by silna - Friday, February 27, 2009 4:15 AM -
2 Votes
Partner with service running in another machine
BinaryArithmeticService runs on another machine with the name "keckcontroller".Answered | 8 Replies | 6189 Views | Created by Venk K - Friday, October 28, 2011 9:09 PM | Last reply by gunnn - Monday, November 21, 2011 9:26 PM -
0 Votes
Inserting user id into another column
Do you really need another identity column in same table as it is against of Best Practices (Re-Usability and storage?)Answered | 1 Replies | 3833 Views | Created by chandu123 - Monday, July 30, 2012 12:28 PM | Last reply by Lingaraj Mishra - Tuesday, July 31, 2012 8:12 AM -
6 Votes
Connecting to another database at run-time
It is slightly more work to connect to another identical schema if the schema has a different name.Answered | 6 Replies | 4186 Views | Created by Lalbatros - Thursday, June 10, 2010 1:09 PM | Last reply by Lalbatros - Wednesday, June 16, 2010 6:49 PM -
0 Votes
Converting C++ struct to C#, and sending it by PIPEs to injected DLL.
Hello, I have an injected DLL into a game, and want to make a head-up display.Answered | 1 Replies | 1423 Views | Created by panqnik - Tuesday, January 22, 2013 9:56 PM | Last reply by Elegentin Xie - Thursday, January 24, 2013 7:56 AM -
6 Votes
SQL Injection
Escape all the SQL special characters in every string the user gives you.Answered | 11 Replies | 1209 Views | Created by sugriwa - Tuesday, May 26, 2015 5:46 AM | Last reply by DA924 - Tuesday, May 26, 2015 1:27 PM -
0 Votes
Calling a DLL routine at run time with a Namespace and Class
Example: In the DLL header - extern "C" __declspec(dllexport) double Add(double, ...Answered | 5 Replies | 11616 Views | Created by Phillip_from_OZ - Monday, November 15, 2010 4:16 AM | Last reply by WayneAKing - Tuesday, November 16, 2010 2:47 PM -
0 Votes
does Using directive loads dll at run time?
Using directives are a compile time thing only, and if you never use any types from that namespace in your code there will be no traces of it in your compiled assembly.Answered | 5 Replies | 3359 Views | Created by serious_ankur - Thursday, February 25, 2010 3:59 AM | Last reply by Mattias Sjögren - Thursday, February 25, 2010 8:21 AM -
1 Votes
Dll Injection 64 bit in windows 8.1 Premium Edition
Also, make sure that you are injecting a 64 bit dll into 64 bit applications.Answered | 3 Replies | 1909 Views | Created by vinay sonwani - Thursday, June 11, 2015 11:22 AM | Last reply by SimonRev - Monday, June 15, 2015 1:59 PM -
1 Votes
Can u set path for run-time DLL's
Again: do not make any assumptions that the runtime installation is going to behave or fact or run any differently than the full addition of access.Answered | 2 Replies | 2013 Views | Created by Mel_3 - Tuesday, February 7, 2012 3:55 PM | Last reply by Albert D. Kallal - Wednesday, February 8, 2012 3:46 AM -
2 Votes
How to detect the end of loading DLLs at loading time of my process?
"and I will suppose that there is a code injection if a new DLL appear.Answered | 6 Replies | 1638 Views | Created by ezzamil - Monday, April 22, 2013 6:53 PM | Last reply by Tsang Chan - Sunday, April 28, 2013 5:05 AM - Items 1 to 20 of 3278689 Next ›
No announcements