Results 71 comments of Elmue

In the slaspec file you enter at line 18: ``` define register offset=0xFE00 size=2 [ DPP0 DPP1 DPP2 DPP3 CSP SFR_05 MDH MDL CP SP STKOV STKUN CPUCON1 CPUCON2 ADDRSEL3...

Hello Obviously I downloaded the link that you put: https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip And I get this: ![Framework](https://github.com/lucasg/Dependencies/assets/14219162/34692593-c81d-4a6d-a793-3cff8c79afd0) After downloading the framwork installer I get this: ![Gigabytes](https://github.com/lucasg/Dependencies/assets/14219162/3fec013b-5a96-418b-81b3-943a9e603066) My disk does not 1,6 Gigabyte...

That is very easy. Compile this project into a DLL and export a function `__declspec(dllexport) BOOL MemoryLoadLibrary(BYTE* data, int size);` In C# you call this with a Byte[] buffer which...

It is not a chicken-egg problem. It is a nonsese question.

You are right. This is a bug. But your bugfix can be simpler: It is is enough to check for exports->NumberOfFunctions == 0 because NumberOfNames is zero when only ordinals...

The only variables which are used from the structure in the variable 'section' are section->SizeOfRawData and section->VirtualAddress It does not matter if you load 'section' from module->headers or from old_headers...

Well, I tried to have a universal DLL/EXE loader which works as the Microsoft loader does. This means that it should load any DLL/EXE without limitations. This is sadly not...

May be your code solves the problem. But it is a drity workaround. It is wrong to return the path to the EXE file when the caller wants the path...

> but using "version\opera.exe" implies to change the code each time there is a browser update You did not undestand the point. Please read my posting once more, but more...

You are completely right. I looked into the code that I wrote a year ago and it is even worse: The stupid Opera driver is not able to find Opera.exe....