On Fri, Dec 12, 2014 at 6:07 PM, Marcus Meissner meissner@suse.de wrote:
Subject: [PATCH] imagehlp: handle security directories after the PE Image
J-Link.exe (some kind of usb programmer?) has the certificate right after the last PE section. Implement that case.
How do you test this? By simply opening the application? There are dozens of different versions [1] of the application, it's used together with a J-Tag device to read/write flash memory from some processors.
https://www.segger.com/j-link-older-versions.html
Best Regards, Bruno
Hi,
Actually a colleague gave me his binary, which he got from I dont know ;)
Ciao, Marcus
On Thu, Jan 08, 2015 at 12:30:12PM -0200, Bruno Jesus wrote:
On Fri, Dec 12, 2014 at 6:07 PM, Marcus Meissner meissner@suse.de wrote:
Subject: [PATCH] imagehlp: handle security directories after the PE Image
J-Link.exe (some kind of usb programmer?) has the certificate right after the last PE section. Implement that case.
How do you test this? By simply opening the application? There are dozens of different versions [1] of the application, it's used together with a J-Tag device to read/write flash memory from some processors.
https://www.segger.com/j-link-older-versions.html
Best Regards, Bruno
On Thu, Jan 8, 2015 at 12:32 PM, Marcus Meissner meissner@suse.de wrote:
Hi,
Actually a colleague gave me his binary, which he got from I dont know ;)
The version I use at the office is 4.24, when I open the file in 7-zip it lists a few files and among them is a 6760 bytes CERTIFICATE file. So I can use it to test, but I still don't know how to test =)
Ciao, Marcus