![]() |
|
|
|
#1
|
|||
|
|||
|
Quote:
Quote:
|
|
#2
|
|||
|
|||
|
Quote:
If I save a version of the DLL that has been extracted from the embedded state alongside the program and somehow (as per the techniques mentioned in the tutorial you provided) remove the "module initializer" so that "the embedded references will be ignored when running the binary" will the program then use the file I saved and patched? |
|
#3
|
|||
|
|||
|
Quote:
As long as the executable has import references to functions in the patched DLL. You should save it in the same folder the calling executable is in. This is same principle why proxy dll or DLL hijacking works. |
| The Following User Says Thank You to th3tuga For This Useful Post: | ||
cracki (01-13-2024) | ||
|
#4
|
|||
|
|||
|
I do not understand. Can someone explain with a simple example?
|
|
#5
|
|||
|
|||
|
Quote:
Then edit the dumped dll with your patches. Remove the dll module initialize including the load statements from the exe. Place the edited dll in the same folder with the exe and run. That's all. I also use the nick Selya on some forums, since you cannot PM me here. I respond only to known people though (no crack requests please). |
![]() |
| Tags |
| .net, assembly, dnspy, dotnet |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Olly Crash when this simple app loaded... | kunam | General Discussion | 6 | 10-10-2023 21:00 |
| Question on IDA's Edit|Patch program? | boya | General Discussion | 2 | 10-23-2004 01:36 |
| IDA Pro (what happened to edit->patch) | ReDucTor | General Discussion | 3 | 08-31-2004 21:02 |
| Modules loaded by a exe | loman | General Discussion | 15 | 05-18-2004 22:37 |