1 / 6

Team meeting Oct 27, 2011

Team meeting Oct 27, 2011. Bart Coppens. Program differences can be observed. Version 1. Version 2. Security hole fixed New features Watermarks. What changed?. Other way to improve false rates. movl $ 0x0,0x4(% esp ) movl $0x0,0xc(% esp) movl $0x0,0x8(%esp ) movl $0x0,0x4(%esp)

eldora
Télécharger la présentation

Team meeting Oct 27, 2011

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Team meetingOct27, 2011 Bart Coppens

  2. Program differencescan be observed Version 1 Version 2 • Security hole fixed • New features • Watermarks What changed?

  3. Other way to improve false rates movl $0x0,0x4(%esp) movl$0x0,0xc(%esp) movl$0x0,0x8(%esp) movl$0x0,0x4(%esp) movl$0x80bb72c,(%esp) call 0x804fc50 <joy> Change detected Expand area Count adjacent changes movl $0x0,0x4(%esp) movl$0x0,0xc(%esp) movl$0x0,0x8(%esp) movl$0x0,0x4(%esp) movl$0x80bb72c,(%esp) call 0x804fc50 <joy> movl $0x0,0x4(%esp) movl$0x0,0xc(%esp) movl$0x0,0x8(%esp) movl$0x0,0x4(%esp) movl$0x80bb72c,(%esp) call 0x804fc50 <joy>

  4. Does it work? Significantly wider On average 2 instructions wide • Not a problem for small patches • For the larger patches, like png beta, it is

More Related