Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 27 Aug 2013 02:47:45 -0400
From: Yaniv Sapir <yaniv@...pteva.com>
To: john-dev@...ts.openwall.com
Subject: Re: Rafael's weekly report #10

On Wed, Aug 21, 2013 at 6:40 AM, Katja Malvoni <kmalvoni@...il.com> wrote:

> Are you looking at elf file with e-size? In my case it's bigger than
> *.srec file that actually gets loaded on core. My suggestion is that you
> take look at *.srec file contents (
> http://en.wikipedia.org/wiki/SREC_%28file_format%29) and see what
> locations in local memory are used.
>

Also can use "objdump -D prog.elf" and see what addresses are occupied by
the non-debug/non-info sections. Usually, the sections starting at
<.comment> and on are non-loadable sections. You could identify them by the
"*unknown*" opcodes and by their 00000000 starting address. Use "objdump -D
prog.elf | grep '>:'" to get a list of the sections and their addresses.

-- 
===========================================================
Yaniv Sapir
Adapteva Inc.
1666 Massachusetts Ave, Suite 14
Lexington, MA 02420
Phone: (781)-328-0513 (x104)
Email: yaniv@...pteva.com
Web: www.adapteva.com
============================================================
CONFIDENTIALITY NOTICE: This e-mail may contain information
that is confidential and proprietary to Adapteva, and Adapteva hereby
designates the information in this e-mail as confidential. The information
is
 intended only for the use of the individual or entity named above. If you
are
not the intended recipient, you are hereby notified that any disclosure,
copying,
distribution or use of any of the information contained in this
transmission is
strictly prohibited and that you should immediately destroy this e-mail and
its
contents and notify Adapteva.
==============================================================

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.