Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 24 Jun 2013 00:31:48 +0200
From: Dániel Bali <balijanosdaniel@...il.com>
To: john-dev@...ts.openwall.com
Subject: ELF patching

Hello!

This email was mainly written to archive my process in the task where I
tried to create a tool that can patch an ELF file created by OpenCL with
arbitrary microcode.

Here is a link to a question I asked about the generated ELF's format:
http://devgurus.amd.com/thread/166955

I created a repository for this tool. So far it only contains a single C
file:
https://github.com/balidani/elf-patching/blob/master/elf_patch.c

A known problem is that section names are copied wrong. "readelf -S" will
return empty section names on the output ELF object.

I will get back to this task later. Now the assembler seems more important.

Regards,
Daniel

Content of type "text/html" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.