1 / 6

Observing Program Differences: Version 1 vs. Version 2

Explore the changes between Version 1 and Version 2, including the fixing of security holes, introduction of new features, and the use of watermarks. Analyze improvements such as reducing false rates and detecting changes to enhance overall performance. Discover if the changes impact functionality and the optimal methods to expand and adjust areas with adjacent modifications.

eldora
Download Presentation

Observing Program Differences: Version 1 vs. Version 2

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