Elmue

Results 12 issues of Elmue

There is something very wrong in the slaspec file. The following code has been decoded correctly by IDA pro ``` F7 F0 B0 FE movb S0TBUF, rL0 and F3 F0...

In the file c166.slaspec you define the registers. But most are missing. I extracted the information from 3 Infineon manuals. Sadly there are some contradictions.

Since the last fix https://github.com/esaulenka/Ghidra_C166/commit/c64dd2a5e5b6132ba6f38d0b1293e7cfe684fb2a Ghidra crashes with a null pointer exception. I disassemble the same binary file with the same settings as last week. Before I have never seen...

I doubt that this application really requires Framework 4.6 I cant download and install 1.6 GIGABYTE on my disk that does not have so much space free. It would have...

1.) The SLN file does not open after double clicking it. (I have VS2010 installed) 2.) There is something wrong in the line moduleHnd = * (IntPtr * )(&hnd); in...

Apart from the ugly !blue! buttons with a lot of unnecessary space between, the calculator does NOT work at all. I press a button and nothing appears in the display....

With the current fancycode you can load DLLs but starting Calc.exe or Notepad.exe from memory fails always. Calling the entry point hangs forever or crashes. At least I know that...

I tried to load a DLL which is protected with WinLicense into a process. When calling the entry point I got a crash when Data Execution Prevention was enabled for...

Whenever you load a DLL or start an EXE which has a manifest you should create an AcrivationContext before loading any dependent libraries (before calling BuildImportTable()) This is required when...

There is a severe bug in the webdriver. It does not check the browser version and does not throw any error if one tries to automate an old browser. Example:...