289 KB
/srv/reproducible-results/rbuild-debian/r-b-build.G8av6bAU/b1/haskell-snap-templates_1.0.0.2-4_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.G8av6bAU/b2/haskell-snap-templates_1.0.0.2-4_armhf.changes
218 B
Files
    
Offset 1, 2 lines modifiedOffset 1, 2 lines modified
  
1 ·71b85880e968caa9f3307fddea850bd3·2304008·haskell·optional·snap-templates_1.0.0.2-4_armhf.deb1 ·1fef58d87595daf7a0141b74f81ef14b·2304268·haskell·optional·snap-templates_1.0.0.2-4_armhf.deb
289 KB
snap-templates_1.0.0.2-4_armhf.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2020-09-28·16:00:23.000000·debian-binary1 -rw-r--r--···0········0········0········4·2020-09-28·16:00:23.000000·debian-binary
2 -rw-r--r--···0········0········0······892·2020-09-28·16:00:23.000000·control.tar.xz2 -rw-r--r--···0········0········0······892·2020-09-28·16:00:23.000000·control.tar.xz
3 -rw-r--r--···0········0········0··2302924·2020-09-28·16:00:23.000000·data.tar.xz3 -rw-r--r--···0········0········0··2303184·2020-09-28·16:00:23.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
289 KB
data.tar.xz
289 KB
data.tar
288 KB
./usr/bin/snap-framework
File has been modified after NT_GNU_BUILD_ID has been applied.
810 B
readelf --wide --notes {}
    
Offset 1, 12 lines modifiedOffset 1, 12 lines modified
  
1 Displaying·notes·found·in:·.note.ABI-tag1 Displaying·notes·found·in:·.note.ABI-tag
2 ··Owner················Data·size·»  Description2 ··Owner················Data·size·»  Description
3 ··GNU··················0x00000010»  NT_GNU_ABI_TAG·(ABI·version·tag)»     ····OS:·Linux,·ABI:·3.2.03 ··GNU··················0x00000010»  NT_GNU_ABI_TAG·(ABI·version·tag)»     ····OS:·Linux,·ABI:·3.2.0
  
4 Displaying·notes·found·in:·.note.gnu.build-id4 Displaying·notes·found·in:·.note.gnu.build-id
5 ··Owner················Data·size·»  Description5 ··Owner················Data·size·»  Description
6 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·85a272f5ca92946e5c4913e79cf47043eadfa28d6 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·c25a174b81b8640c3950c177117ea223d9e3c2e0
  
7 Displaying·notes·found·in:·.note.gnu.gold-version7 Displaying·notes·found·in:·.note.gnu.gold-version
8 ··Owner················Data·size·»  Description8 ··Owner················Data·size·»  Description
9 ··GNU··················0x00000009»  NT_GNU_GOLD_VERSION·(gold·version)»  ····Version:·gold·1.169 ··GNU··················0x00000009»  NT_GNU_GOLD_VERSION·(gold·version)»  ····Version:·gold·1.16
14.8 KB
strings --all --bytes=8 {}
Ordering differences only
    
Offset 193, 14 lines modifiedOffset 193, 26 lines modified
193 ··snap·init·[type]193 ··snap·init·[type]
194 ··on·that·action194 ··on·that·action
195 ··Note:·you·can·use·--help·after·any·of·the·above·actions·to·get·help·195 ··Note:·you·can·use·--help·after·any·of·the·above·actions·to·get·help·
196 ······init·-·create·a·new·project·directory·structure·in·the·current·directory196 ······init·-·create·a·new·project·directory·structure·in·the·current·directory
197 ····<action>·can·be·one·of:197 ····<action>·can·be·one·of:
198 ··snap·<action>198 ··snap·<action>
199 Snap·1.0.0.0·Project·Kickstarter199 Snap·1.0.0.0·Project·Kickstarter
 200 >·{-#·LANGUAGE·OverloadedStrings·#-}
 201 >·module·Part2·where
 202 >·import···········Snap.Snaplet
 203 >·data·Foo·=·Foo
 204 >·data·Bar·=·Bar
 205 >·fooInit·::·SnapletInit·b·Foo
 206 >·fooInit·=·makeSnaplet·"foo"·"Foo·snaplet"·Nothing·$·do
 207 >·····return·Foo
 208 >·barInit·::·SnapletLens·b·Foo·->·SnapletInit·b·Bar
 209 >·barInit·_h·=·makeSnaplet·"bar"·"Bar·snaplet"·Nothing·$·do
 210 >·····return·Bar
 211 ./src/Part2.lhs
200 What·Are·Snaplets?212 What·Are·Snaplets?
201 ==================213 ==================
202 A·snaplet·is·a·composable·web·application.··Snaplets·allow·you·to·build214 A·snaplet·is·a·composable·web·application.··Snaplets·allow·you·to·build
203 self-contained·pieces·of·functionality·and·glue·them·together·to·make·larger215 self-contained·pieces·of·functionality·and·glue·them·together·to·make·larger
204 applications.··Here·are·some·of·the·things·provided·by·the·snaplet·API:216 applications.··Here·are·some·of·the·things·provided·by·the·snaplet·API:
205 ··-·Infrastructure·for·application·state/environment217 ··-·Infrastructure·for·application·state/environment
206 ··-·Snaplet·initialization,·reload,·and·cleanup218 ··-·Snaplet·initialization,·reload,·and·cleanup
Offset 491, 26 lines modifiedOffset 503, 14 lines modified
491 run·and·it·sees·that·the·snaplet's·directory·does·not·already·exist.··If·the503 run·and·it·sees·that·the·snaplet's·directory·does·not·already·exist.··If·the
492 user·upgrades·to·a·new·version·of·the·snaplet·and·the·new·version·made·changes504 user·upgrades·to·a·new·version·of·the·snaplet·and·the·new·version·made·changes
493 to·the·filesystem·resources,·those·resources·will·NOT·be·automatically·copied505 to·the·filesystem·resources,·those·resources·will·NOT·be·automatically·copied
494 in·by·default.··Resource·installation·*only*·happens·when·the·`snaplets/foo`506 in·by·default.··Resource·installation·*only*·happens·when·the·`snaplets/foo`
495 directory·does·not·exist.··If·you·want·to·get·the·latest·version·of·the507 directory·does·not·exist.··If·you·want·to·get·the·latest·version·of·the
496 filesystem·resources,·remove·the·`snaplets/foo`·directory,·and·restart·your508 filesystem·resources,·remove·the·`snaplets/foo`·directory,·and·restart·your
497 ./src/Tutorial.lhs509 ./src/Tutorial.lhs
498 >·{-#·LANGUAGE·OverloadedStrings·#-} 
499 >·module·Part2·where 
500 >·import···········Snap.Snaplet 
501 >·data·Foo·=·Foo 
502 >·data·Bar·=·Bar 
503 >·fooInit·::·SnapletInit·b·Foo 
504 >·fooInit·=·makeSnaplet·"foo"·"Foo·snaplet"·Nothing·$·do 
505 >·····return·Foo 
506 >·barInit·::·SnapletLens·b·Foo·->·SnapletInit·b·Bar 
507 >·barInit·_h·=·makeSnaplet·"bar"·"Bar·snaplet"·Nothing·$·do 
508 >·····return·Bar 
509 ./src/Part2.lhs 
510 Name:················projname510 Name:················projname
511 Version:·············0.1511 Version:·············0.1
512 Synopsis:············Project·Synopsis·Here512 Synopsis:············Project·Synopsis·Here
513 Description:·········Project·Description·Here513 Description:·········Project·Description·Here
514 License:·············AllRightsReserved514 License:·············AllRightsReserved
515 Author:··············Author515 Author:··············Author
516 Maintainer:··········maintainer@example.com516 Maintainer:··········maintainer@example.com
Offset 555, 83 lines modifiedOffset 555, 14 lines modified
555 ····,·_auth·::·Snaplet·(AuthManager·App)555 ····,·_auth·::·Snaplet·(AuthManager·App)
556 makeLenses·''App556 makeLenses·''App
557 instance·HasHeist·App·where557 instance·HasHeist·App·where
558 ····heistLens·=·subSnaplet·heist558 ····heistLens·=·subSnaplet·heist
559 ------------------------------------------------------------------------------559 ------------------------------------------------------------------------------
560 type·AppHandler·=·Handler·App·App560 type·AppHandler·=·Handler·App·App
561 ./src/Application.hs561 ./src/Application.hs
562 {-#·LANGUAGE·OverloadedStrings·#-} 
563 ------------------------------------------------------------------------------ 
564 module·Site 
565 ··)·where 
566 ------------------------------------------------------------------------------ 
567 import···········Control.Applicative 
568 import···········Data.ByteString·(ByteString) 
569 import···········Data.Map.Syntax·((##)) 
570 import·qualified·Data.Text·as·T 
571 import···········Snap.Core 
572 import···········Snap.Snaplet 
573 import···········Snap.Snaplet.Auth 
574 import···········Snap.Snaplet.Auth.Backends.JsonFile 
575 import···········Snap.Snaplet.Heist 
576 import···········Snap.Snaplet.Session.Backends.CookieSession 
577 import···········Snap.Util.FileServe 
578 import·qualified·Heist.Interpreted·as·I 
579 ------------------------------------------------------------------------------ 
580 import···········Application 
581 ------------------------------------------------------------------------------ 
582 handleLogin·::·Maybe·T.Text·->·Handler·App·(AuthManager·App)·() 
583 handleLogin·authError·=·heistLocal·(I.bindSplices·errs)·$·render·"login" 
584 ····errs·=·maybe·mempty·splice·authError 
585 ····splice·err·=·"loginError"·##·I.textSplice·err 
586 ------------------------------------------------------------------------------ 
587 handleLoginSubmit·::·Handler·App·(AuthManager·App)·() 
588 handleLoginSubmit·= 
589 ····loginUser·"login"·"password"·Nothing 
590 ··············(\_·->·handleLogin·err)·(redirect·"/") 
591 ····err·=·Just·"Unknown·user·or·password" 
592 ------------------------------------------------------------------------------ 
593 handleLogout·::·Handler·App·(AuthManager·App)·() 
594 handleLogout·=·logout·>>·redirect·"/" 
595 ------------------------------------------------------------------------------ 
596 handleNewUser·::·Handler·App·(AuthManager·App)·() 
597 handleNewUser·=·method·GET·handleForm·<|>·method·POST·handleFormSubmit 
598 ····handleForm·=·render·"new_user" 
599 ····handleFormSubmit·=·registerUser·"login"·"password"·>>·redirect·"/" 
600 ------------------------------------------------------------------------------ 
601 routes·::·[(ByteString,·Handler·App·App·())] 
602 routes·=·[·("login",····with·auth·handleLoginSubmit) 
603 ·········,·("logout",···with·auth·handleLogout) 
604 ·········,·("new_user",·with·auth·handleNewUser) 
605 ·········,·("",·········serveDirectory·"static") 
606 ·········] 
607 ------------------------------------------------------------------------------ 
608 app·::·SnapletInit·App·App 
609 app·=·makeSnaplet·"app"·"An·snaplet·example·application."·Nothing·$·do 
610 ····h·<-·nestSnaplet·""·heist·$·heistInit·"templates" 
611 ····s·<-·nestSnaplet·"sess"·sess·$ 
612 ···········initCookieSessionManager·"site_key.txt"·"sess"·Nothing·(Just·3600) 
613 ····--·NOTE:·We're·using·initJsonFileAuthManager·here·because·it's·easy·and 
614 ····--·doesn't·require·any·kind·of·database·server·to·run.··In·practice, 
615 ····--·you'll·probably·want·to·change·this·to·a·more·robust·auth·backend. 
616 ····a·<-·nestSnaplet·"auth"·auth·$ 
617 ···········initJsonFileAuthManager·defAuthSettings·sess·"users.json" 
618 ····addRoutes·routes 
619 ····addAuthSplices·h·auth 
620 ····return·$·App·h·s·a 
621 ./src/Site.hs 
622 {-#·LANGUAGE·CPP·············#-}562 {-#·LANGUAGE·CPP·············#-}
623 {-#·LANGUAGE·TemplateHaskell·#-}563 {-#·LANGUAGE·TemplateHaskell·#-}
624 NOTE:·Don't·modify·this·file·unless·you·know·what·you·are·doing.··If·you·are564 NOTE:·Don't·modify·this·file·unless·you·know·what·you·are·doing.··If·you·are
625 new·to·snap,·start·with·Site.hs·and·Application.hs.··This·file·contains565 new·to·snap,·start·with·Site.hs·and·Application.hs.··This·file·contains
626 boilerplate·needed·for·dynamic·reloading·and·is·not·meant·for·general566 boilerplate·needed·for·dynamic·reloading·and·is·not·meant·for·general
627 consumption.567 consumption.
Max diff block lines reached; 8750/15030 bytes (58.22%) of diff not shown.
258 KB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 41, 1115 lines modifiedOffset 41, 1115 lines modified
41 ··0x00bcb690·72756374·75726520·696e2074·68652063·ructure·in·the·c41 ··0x00bcb690·72756374·75726520·696e2074·68652063·ructure·in·the·c
42 ··0x00bcb6a0·75727265·6e742064·69726563·746f7279·urrent·directory42 ··0x00bcb6a0·75727265·6e742064·69726563·746f7279·urrent·directory
43 ··0x00bcb6b0·00202020·203c6163·74696f6e·3e206361·.····<action>·ca43 ··0x00bcb6b0·00202020·203c6163·74696f6e·3e206361·.····<action>·ca
44 ··0x00bcb6c0·6e206265·206f6e65·206f663a·00202073·n·be·one·of:.··s44 ··0x00bcb6c0·6e206265·206f6e65·206f663a·00202073·n·be·one·of:.··s
45 ··0x00bcb6d0·6e617020·3c616374·696f6e3e·00557361·nap·<action>.Usa45 ··0x00bcb6d0·6e617020·3c616374·696f6e3e·00557361·nap·<action>.Usa
46 ··0x00bcb6e0·67653a00·536e6170·20312e30·2e302e30·ge:.Snap·1.0.0.046 ··0x00bcb6e0·67653a00·536e6170·20312e30·2e302e30·ge:.Snap·1.0.0.0
Diff chunk too large, falling back to line-by-line diff (1101 lines added, 1101 lines removed)
47 ··0x00bcb6f0·2050726f·6a656374·204b6963·6b737461··Project·Kicksta47 ··0x00bcb6f0·2050726f·6a656374·204b6963·6b737461··Project·Kicksta
48 ··0x00bcb700·72746572·00576861·74204172·6520536e·rter.What·Are·Sn48 ··0x00bcb700·72746572·003e207b·2d23204c·414e4755·rter.>·{-#·LANGU
49 ··0x00bcb710·61706c65·74733f0a·3d3d3d3d·3d3d3d3d·aplets?.========49 ··0x00bcb710·41474520·4f766572·6c6f6164·65645374·AGE·OverloadedSt
50 ··0x00bcb720·3d3d3d3d·3d3d3d3d·3d3d0a0a·4120736e·==========..A·sn50 ··0x00bcb720·72696e67·7320232d·7d0a3e20·6d6f6475·rings·#-}.>·modu
51 ··0x00bcb730·61706c65·74206973·20612063·6f6d706f·aplet·is·a·compo51 ··0x00bcb730·6c652050·61727432·20776865·72650a0a·le·Part2·where..
52 ··0x00bcb740·7361626c·65207765·62206170·706c6963·sable·web·applic52 ··0x00bcb740·3e20696d·706f7274·20202020·20202020·>·import········
53 ··0x00bcb750·6174696f·6e2e2020·536e6170·6c657473·ation.··Snaplets53 ··0x00bcb750·20202053·6e61702e·536e6170·6c65740a····Snap.Snaplet.
54 ··0x00bcb760·20616c6c·6f772079·6f752074·6f206275··allow·you·to·bu54 ··0x00bcb760·0a3e2064·61746120·466f6f20·3d20466f·.>·data·Foo·=·Fo
55 ··0x00bcb770·696c640a·73656c66·2d636f6e·7461696e·ild.self-contain55 ··0x00bcb770·6f0a3e0a·3e206461·74612042·6172203d·o.>.>·data·Bar·=
56 ··0x00bcb780·65642070·69656365·73206f66·2066756e·ed·pieces·of·fun56 ··0x00bcb780·20426172·0a3e0a3e·20666f6f·496e6974··Bar.>.>·fooInit
57 ··0x00bcb790·6374696f·6e616c69·74792061·6e642067·ctionality·and·g57 ··0x00bcb790·203a3a20·536e6170·6c657449·6e697420··::·SnapletInit·
58 ··0x00bcb7a0·6c756520·7468656d·20746f67·65746865·lue·them·togethe58 ··0x00bcb7a0·6220466f·6f0a3e20·666f6f49·6e697420·b·Foo.>·fooInit·
59 ··0x00bcb7b0·7220746f·206d616b·65206c61·72676572·r·to·make·larger59 ··0x00bcb7b0·3d206d61·6b65536e·61706c65·74202266·=·makeSnaplet·"f
60 ··0x00bcb7c0·0a617070·6c696361·74696f6e·732e2020·.applications.··60 ··0x00bcb7c0·6f6f2220·22466f6f·20736e61·706c6574·oo"·"Foo·snaplet
61 ··0x00bcb7d0·48657265·20617265·20736f6d·65206f66·Here·are·some·of61 ··0x00bcb7d0·22204e6f·7468696e·67202420·646f0a3e·"·Nothing·$·do.>
62 ··0x00bcb7e0·20746865·20746869·6e677320·70726f76··the·things·prov62 ··0x00bcb7e0·20202020·20726574·75726e20·466f6f0a······return·Foo.
63 ··0x00bcb7f0·69646564·20627920·74686520·736e6170·ided·by·the·snap63 ··0x00bcb7f0·3e0a3e20·62617249·6e697420·3a3a2053·>.>·barInit·::·S
64 ··0x00bcb800·6c657420·4150493a·0a0a2020·2d20496e·let·API:..··-·In64 ··0x00bcb800·6e61706c·65744c65·6e732062·20466f6f·napletLens·b·Foo
65 ··0x00bcb810·66726173·74727563·74757265·20666f72·frastructure·for65 ··0x00bcb810·202d3e20·536e6170·6c657449·6e697420··->·SnapletInit·
66 ··0x00bcb820·20617070·6c696361·74696f6e·20737461··application·sta66 ··0x00bcb820·62204261·720a3e20·62617249·6e697420·b·Bar.>·barInit·
67 ··0x00bcb830·74652f65·6e766972·6f6e6d65·6e740a0a·te/environment..67 ··0x00bcb830·5f68203d·206d616b·65536e61·706c6574·_h·=·makeSnaplet
68 ··0x00bcb840·20202d20·536e6170·6c657420·696e6974···-·Snaplet·init68 ··0x00bcb840·20226261·72222022·42617220·736e6170··"bar"·"Bar·snap
69 ··0x00bcb850·69616c69·7a617469·6f6e2c20·72656c6f·ialization,·relo69 ··0x00bcb850·6c657422·204e6f74·68696e67·20242064·let"·Nothing·$·d
70 ··0x00bcb860·61642c20·616e6420·636c6561·6e75700a·ad,·and·cleanup.70 ··0x00bcb860·6f0a3e20·20202020·72657475·726e2042·o.>·····return·B
71 ··0x00bcb870·0a20202d·204d616e·6167656d·656e7420·.··-·Management·71 ··0x00bcb870·61720a00·2e2f7372·632f5061·7274322e·ar.../src/Part2.
72 ··0x00bcb880·6f662066·696c6573·79737465·6d206461·of·filesystem·da72 ··0x00bcb880·6c687300·57686174·20417265·20536e61·lhs.What·Are·Sna
73 ··0x00bcb890·74612061·6e642061·75746f6d·61746963·ta·and·automatic73 ··0x00bcb890·706c6574·733f0a3d·3d3d3d3d·3d3d3d3d·plets?.=========
74 ··0x00bcb8a0·20736e61·706c6574·20696e73·74616c6c··snaplet·install74 ··0x00bcb8a0·3d3d3d3d·3d3d3d3d·3d0a0a41·20736e61·=========..A·sna
75 ··0x00bcb8b0·6174696f·6e0a0a20·202d2055·6e696669·ation..··-·Unifi75 ··0x00bcb8b0·706c6574·20697320·6120636f·6d706f73·plet·is·a·compos
76 ··0x00bcb8c0·65642063·6f6e6669·67206669·6c652069·ed·config·file·i76 ··0x00bcb8c0·61626c65·20776562·20617070·6c696361·able·web·applica
77 ··0x00bcb8d0·6e667261·73747275·63747572·650a0a4f·nfrastructure..O77 ··0x00bcb8d0·74696f6e·2e202053·6e61706c·65747320·tion.··Snaplets·
78 ··0x00bcb8e0·6e652065·78616d70·6c65206d·69676874·ne·example·might78 ··0x00bcb8e0·616c6c6f·7720796f·7520746f·20627569·allow·you·to·bui
79 ··0x00bcb8f0·20626520·61207769·6b692073·6e61706c··be·a·wiki·snapl79 ··0x00bcb8f0·6c640a73·656c662d·636f6e74·61696e65·ld.self-containe
80 ··0x00bcb900·65742e20·20497420·776f756c·64206265·et.··It·would·be80 ··0x00bcb900·64207069·65636573·206f6620·66756e63·d·pieces·of·func
81 ··0x00bcb910·20646973·74726962·75746564·20617320··distributed·as·81 ··0x00bcb910·74696f6e·616c6974·7920616e·6420676c·tionality·and·gl
82 ··0x00bcb920·61206861·736b656c·6c0a7061·636b6167·a·haskell.packag82 ··0x00bcb920·75652074·68656d20·746f6765·74686572·ue·them·together
83 ··0x00bcb930·65207468·61742077·6f756c64·20626520·e·that·would·be·83 ··0x00bcb930·20746f20·6d616b65·206c6172·6765720a··to·make·larger.
84 ··0x00bcb940·696e7374·616c6c65·64207769·74682063·installed·with·c84 ··0x00bcb940·6170706c·69636174·696f6e73·2e202048·applications.··H
85 ··0x00bcb950·6162616c·20616e64·20776f75·6c642070·abal·and·would·p85 ··0x00bcb950·65726520·61726520·736f6d65·206f6620·ere·are·some·of·
86 ··0x00bcb960·726f6261·626c7920·696e636c·75646520·robably·include·86 ··0x00bcb960·74686520·7468696e·67732070·726f7669·the·things·provi
87 ··0x00bcb970·636f6465·2c0a636f·6e666967·2066696c·code,.config·fil87 ··0x00bcb970·64656420·62792074·68652073·6e61706c·ded·by·the·snapl
88 ··0x00bcb980·65732c20·48544d4c·2074656d·706c6174·es,·HTML·templat88 ··0x00bcb980·65742041·50493a0a·0a20202d·20496e66·et·API:..··-·Inf
89 ··0x00bcb990·65732c20·7374796c·65736865·6574732c·es,·stylesheets,89 ··0x00bcb990·72617374·72756374·75726520·666f7220·rastructure·for·
90 ··0x00bcb9a0·204a6176·61536372·6970742c·20696d61··JavaScript,·ima90 ··0x00bcb9a0·6170706c·69636174·696f6e20·73746174·application·stat
91 ··0x00bcb9b0·6765732c·20657463·2e202054·68650a73·ges,·etc.··The.s91 ··0x00bcb9b0·652f656e·7669726f·6e6d656e·740a0a20·e/environment..·
92 ··0x00bcb9c0·6e61706c·65742773·20636f64·6520776f·naplet's·code·wo92 ··0x00bcb9c0·202d2053·6e61706c·65742069·6e697469··-·Snaplet·initi
93 ··0x00bcb9d0·756c6420·70726f76·69646520·74686520·uld·provide·the·93 ··0x00bcb9d0·616c697a·6174696f·6e2c2072·656c6f61·alization,·reloa
94 ··0x00bcb9e0·6e656365·73736172·79204150·4920746f·necessary·API·to94 ··0x00bcb9e0·642c2061·6e642063·6c65616e·75700a0a·d,·and·cleanup..
95 ··0x00bcb9f0·206c6574·20796f75·72206170·706c6963··let·your·applic95 ··0x00bcb9f0·20202d20·4d616e61·67656d65·6e74206f···-·Management·o
96 ··0x00bcba00·6174696f·6e0a696e·74657261·63742073·ation.interact·s96 ··0x00bcba00·66206669·6c657379·7374656d·20646174·f·filesystem·dat
97 ··0x00bcba10·65616d6c·6573736c·79207769·74682074·eamlessly·with·t97 ··0x00bcba10·6120616e·64206175·746f6d61·74696320·a·and·automatic·
98 ··0x00bcba20·68652077·696b6920·66756e63·74696f6e·he·wiki·function98 ··0x00bcba20·736e6170·6c657420·696e7374·616c6c61·snaplet·installa
99 ··0x00bcba30·616c6974·792e2020·5768656e·20796f75·ality.··When·you99 ··0x00bcba30·74696f6e·0a0a2020·2d20556e·69666965·tion..··-·Unifie
100 ··0x00bcba40·2072756e·20796f75·720a6170·706c6963··run·your.applic100 ··0x00bcba40·6420636f·6e666967·2066696c·6520696e·d·config·file·in
101 ··0x00bcba50·6174696f·6e20666f·72207468·65206669·ation·for·the·fi101 ··0x00bcba50·66726173·74727563·74757265·0a0a4f6e·frastructure..On
102 ··0x00bcba60·72737420·74696d65·2c20616c·6c206f66·rst·time,·all·of102 ··0x00bcba60·65206578·616d706c·65206d69·67687420·e·example·might·
103 ··0x00bcba70·20746865·2077696b·6920736e·61706c65··the·wiki·snaple103 ··0x00bcba70·62652061·2077696b·6920736e·61706c65·be·a·wiki·snaple
104 ··0x00bcba80·74277320·66696c65·73797374·656d2072·t's·filesystem·r104 ··0x00bcba80·742e2020·49742077·6f756c64·20626520·t.··It·would·be·
105 ··0x00bcba90·65736f75·72636573·0a77696c·6c206175·esources.will·au105 ··0x00bcba90·64697374·72696275·74656420·61732061·distributed·as·a
106 ··0x00bcbaa0·746f6d61·74696361·6c6c7920·62652063·tomatically·be·c106 ··0x00bcbaa0·20686173·6b656c6c·0a706163·6b616765··haskell.package
107 ··0x00bcbab0·6f706965·6420696e·746f2074·68652061·opied·into·the·a107 ··0x00bcbab0·20746861·7420776f·756c6420·62652069··that·would·be·i
108 ··0x00bcbac0·7070726f·70726961·74652070·6c616365·ppropriate·place108 ··0x00bcbac0·6e737461·6c6c6564·20776974·68206361·nstalled·with·ca
109 ··0x00bcbad0·732e2020·5468656e·20796f75·2077696c·s.··Then·you·wil109 ··0x00bcbad0·62616c20·616e6420·776f756c·64207072·bal·and·would·pr
110 ··0x00bcbae0·6c0a696d·6d656469·6174656c·79206265·l.immediately·be110 ··0x00bcbae0·6f626162·6c792069·6e636c75·64652063·obably·include·c
111 ··0x00bcbaf0·2061626c·6520746f·20637573·746f6d69··able·to·customi111 ··0x00bcbaf0·6f64652c·0a636f6e·66696720·66696c65·ode,.config·file
112 ··0x00bcbb00·7a652074·68652077·696b6920·746f2066·ze·the·wiki·to·f112 ··0x00bcbb00·732c2048·544d4c20·74656d70·6c617465·s,·HTML·template
113 ··0x00bcbb10·69742079·6f757220·6e656564·73206279·it·your·needs·by113 ··0x00bcbb10·732c2073·74796c65·73686565·74732c20·s,·stylesheets,·
114 ··0x00bcbb20·20656469·74696e67·20636f6e·6669670a··editing·config.114 ··0x00bcbb20·4a617661·53637269·70742c20·696d6167·JavaScript,·imag
115 ··0x00bcbb30·66696c65·732c2070·726f7669·64696e67·files,·providing115 ··0x00bcbb30·65732c20·6574632e·20205468·650a736e·es,·etc.··The.sn
116 ··0x00bcbb40·20796f75·72206f77·6e207374·796c6573··your·own·styles116 ··0x00bcbb40·61706c65·74277320·636f6465·20776f75·aplet's·code·wou
117 ··0x00bcbb50·68656574·732c2065·74632e20·20576520·heets,·etc.··We·117 ··0x00bcbb50·6c642070·726f7669·64652074·6865206e·ld·provide·the·n
118 ··0x00bcbb60·77696c6c·20646973·63757373·20746869·will·discuss·thi118 ··0x00bcbb60·65636573·73617279·20415049·20746f20·ecessary·API·to·
119 ··0x00bcbb70·7320696e·206d6f72·650a6465·7461696c·s·in·more.detail119 ··0x00bcbb70·6c657420·796f7572·20617070·6c696361·let·your·applica
120 ··0x00bcbb80·206c6174·65722e0a·0a412073·6e61706c··later...A·snapl120 ··0x00bcbb80·74696f6e·0a696e74·65726163·74207365·tion.interact·se
121 ··0x00bcbb90·65742063·616e2072·65707265·73656e74·et·can·represent121 ··0x00bcbb90·616d6c65·73736c79·20776974·68207468·amlessly·with·th
122 ··0x00bcbba0·20616e79·7468696e·67206672·6f6d2062··anything·from·b122 ··0x00bcbba0·65207769·6b692066·756e6374·696f6e61·e·wiki·functiona
123 ··0x00bcbbb0·61636b65·6e642048·61736b65·6c6c2069·ackend·Haskell·i123 ··0x00bcbbb0·6c697479·2e202057·68656e20·796f7520·lity.··When·you·
124 ··0x00bcbbc0·6e667261·73747275·63747572·65207769·nfrastructure·wi124 ··0x00bcbbc0·72756e20·796f7572·0a617070·6c696361·run·your.applica
125 ··0x00bcbbd0·7468206e·6f0a7573·65722066·6163696e·th·no.user·facin125 ··0x00bcbbd0·74696f6e·20666f72·20746865·20666972·tion·for·the·fir
126 ··0x00bcbbe0·67206675·6e637469·6f6e616c·69747920·g·functionality·126 ··0x00bcbbe0·73742074·696d652c·20616c6c·206f6620·st·time,·all·of·
127 ··0x00bcbbf0·746f2061·20736d61·6c6c2077·69646765·to·a·small·widge127 ··0x00bcbbf0·74686520·77696b69·20736e61·706c6574·the·wiki·snaplet
128 ··0x00bcbc00·74206c69·6b652061·20636861·7420626f·t·like·a·chat·bo128 ··0x00bcbc00·27732066·696c6573·79737465·6d207265·'s·filesystem·re
129 ··0x00bcbc10·78207468·61742067·6f657320·696e2074·x·that·goes·in·t129 ··0x00bcbc10·736f7572·6365730a·77696c6c·20617574·sources.will·aut
130 ··0x00bcbc20·68650a63·6f726e65·72206f66·20612077·he.corner·of·a·w130 ··0x00bcbc20·6f6d6174·6963616c·6c792062·6520636f·omatically·be·co
131 ··0x00bcbc30·65622070·61676520·746f2061·6e20656e·eb·page·to·an·en131 ··0x00bcbc30·70696564·20696e74·6f207468·65206170·pied·into·the·ap
132 ··0x00bcbc40·74697265·20737461·6e64616c·6f6e6520·tire·standalone·132 ··0x00bcbc40·70726f70·72696174·6520706c·61636573·propriate·places
133 ··0x00bcbc50·77656273·69746520·6c696b65·20612062·website·like·a·b133 ··0x00bcbc50·2e202054·68656e20·796f7520·77696c6c·.··Then·you·will
134 ··0x00bcbc60·6c6f6720·6f722066·6f72756d·2e0a5468·log·or·forum..Th134 ··0x00bcbc60·0a696d6d·65646961·74656c79·20626520·.immediately·be·
135 ··0x00bcbc70·6520706f·73736962·696c6974·69657320·e·possibilities·135 ··0x00bcbc70·61626c65·20746f20·63757374·6f6d697a·able·to·customiz
136 ··0x00bcbc80·61726520·656e646c·6573732e·20204120·are·endless.··A·136 ··0x00bcbc80·65207468·65207769·6b692074·6f206669·e·the·wiki·to·fi
137 ··0x00bcbc90·736e6170·6c657420·69732061·20776562·snaplet·is·a·web137 ··0x00bcbc90·7420796f·7572206e·65656473·20627920·t·your·needs·by·
138 ··0x00bcbca0·20617070·6c696361·74696f6e·2c20616e··application,·an138 ··0x00bcbca0·65646974·696e6720·636f6e66·69670a66·editing·config.f
139 ··0x00bcbcb0·64207765·620a6170·706c6963·6174696f·d·web.applicatio139 ··0x00bcbcb0·696c6573·2c207072·6f766964·696e6720·iles,·providing·
140 ··0x00bcbcc0·6e732061·72652073·6e61706c·6574732e·ns·are·snaplets.140 ··0x00bcbcc0·796f7572·206f776e·20737479·6c657368·your·own·stylesh
141 ··0x00bcbcd0·20205468·6973206d·65616e73·20746861···This·means·tha141 ··0x00bcbcd0·65657473·2c206574·632e2020·57652077·eets,·etc.··We·w
142 ··0x00bcbce0·74207573·696e6720·736e6170·6c657473·t·using·snaplets142 ··0x00bcbce0·696c6c20·64697363·75737320·74686973·ill·discuss·this
143 ··0x00bcbcf0·20616e64·20777269·74696e67·0a736e61··and·writing.sna143 ··0x00bcbcf0·20696e20·6d6f7265·0a646574·61696c20··in·more.detail·
144 ··0x00bcbd00·706c6574·73206172·6520616c·6d6f7374·plets·are·almost144 ··0x00bcbd00·6c617465·722e0a0a·4120736e·61706c65·later...A·snaple
145 ··0x00bcbd10·20746865·2073616d·65207468·696e672c··the·same·thing,145 ··0x00bcbd10·74206361·6e207265·70726573·656e7420·t·can·represent·
146 ··0x00bcbd20·20616e64·20697427·73207472·69766961··and·it's·trivia146 ··0x00bcbd20·616e7974·68696e67·2066726f·6d206261·anything·from·ba
147 ··0x00bcbd30·6c20746f·2064726f·70206120·77686f6c·l·to·drop·a·whol147 ··0x00bcbd30·636b656e·64204861·736b656c·6c20696e·ckend·Haskell·in
148 ··0x00bcbd40·65207765·62736974·650a696e·746f2061·e·website.into·a148 ··0x00bcbd40·66726173·74727563·74757265·20776974·frastructure·wit
149 ··0x00bcbd50·6e6f7468·6572206f·6e652e0a·0a576527·nother·one...We'149 ··0x00bcbd50·68206e6f·0a757365·72206661·63696e67·h·no.user·facing
150 ··0x00bcbd60·72652072·65616c6c·79206578·63697465·re·really·excite150 ··0x00bcbd60·2066756e·6374696f·6e616c69·74792074··functionality·t
151 ··0x00bcbd70·64206162·6f757420·74686520·706f7373·d·about·the·poss151 ··0x00bcbd70·6f206120·736d616c·6c207769·64676574·o·a·small·widget
152 ··0x00bcbd80·6962696c·69746965·73206176·61696c61·ibilities·availa152 ··0x00bcbd80·206c696b·65206120·63686174·20626f78··like·a·chat·box
153 ··0x00bcbd90·626c6520·77697468·20736e61·706c6574·ble·with·snaplet153 ··0x00bcbd90·20746861·7420676f·65732069·6e207468··that·goes·in·th
154 ··0x00bcbda0·732e2020·496e0a66·6163742c·20536e61·s.··In.fact,·Sna154 ··0x00bcbda0·650a636f·726e6572·206f6620·61207765·e.corner·of·a·we
155 ··0x00bcbdb0·7020616c·72656164·79207368·69707320·p·already·ships·155 ··0x00bcbdb0·62207061·67652074·6f20616e·20656e74·b·page·to·an·ent
156 ··0x00bcbdc0·77697468·20736e61·706c6574·7320666f·with·snaplets·fo156 ··0x00bcbdc0·69726520·7374616e·64616c6f·6e652077·ire·standalone·w
157 ··0x00bcbdd0·72207365·7373696f·6e732c20·61757468·r·sessions,·auth157 ··0x00bcbdd0·65627369·7465206c·696b6520·6120626c·ebsite·like·a·bl
158 ··0x00bcbde0·656e7469·63617469·6f6e2c20·616e640a·entication,·and.158 ··0x00bcbde0·6f67206f·7220666f·72756d2e·0a546865·og·or·forum..The
159 ··0x00bcbdf0·74656d70·6c617469·6e672028·77697468·templating·(with159 ··0x00bcbdf0·20706f73·73696269·6c697469·65732061··possibilities·a
160 ··0x00bcbe00·20486569·7374292c·20205468·69732067··Heist),··This·g160 ··0x00bcbe00·72652065·6e646c65·73732e20·20412073·re·endless.··A·s
161 ··0x00bcbe10·69766573·20796f75·20757365·66756c20·ives·you·useful·161 ··0x00bcbe10·6e61706c·65742069·73206120·77656220·naplet·is·a·web·
162 ··0x00bcbe20·66756e63·74696f6e·616c6974·79206f75·functionality·ou162 ··0x00bcbe20·6170706c·69636174·696f6e2c·20616e64·application,·and
163 ··0x00bcbe30·74206f66·20746865·20626f78·2c0a616e·t·of·the·box,.an163 ··0x00bcbe30·20776562·0a617070·6c696361·74696f6e··web.application
164 ··0x00bcbe40·64206a75·6d702073·74617274·7320796f·d·jump·starts·yo164 ··0x00bcbe40·73206172·6520736e·61706c65·74732e20·s·are·snaplets.·
165 ··0x00bcbe50·7572206f·776e2073·6e61706c·65742064·ur·own·snaplet·d165 ··0x00bcbe50·20546869·73206d65·616e7320·74686174··This·means·that
166 ··0x00bcbe60·6576656c·6f706d65·6e742062·79206465·evelopment·by·de166 ··0x00bcbe60·20757369·6e672073·6e61706c·65747320··using·snaplets·
Max diff block lines reached; 116496/264590 bytes (44.03%) of diff not shown.
11.8 KB
readelf --wide --decompress --hex-dump=.data {}
    
Offset 117, 108 lines modifiedOffset 117, 108 lines modified
117 ··0x00c04720·da46c000·00000000·10840100·00000000·.F..............117 ··0x00c04720·da46c000·00000000·10840100·00000000·.F..............
118 ··0x00c04730·00000000·00000000·70840100·00000000·........p.......118 ··0x00c04730·00000000·00000000·70840100·00000000·........p.......
119 ··0x00c04740·00000000·00000000·d0840100·00000000·................119 ··0x00c04740·00000000·00000000·d0840100·00000000·................
120 ··0x00c04750·00000000·00000000·d487b900·4847c000·............HG..120 ··0x00c04750·00000000·00000000·d487b900·4847c000·............HG..
121 ··0x00c04760·3847c000·00000000·cc99b900·5947c000·8G..........YG..121 ··0x00c04760·3847c000·00000000·cc99b900·5947c000·8G..........YG..
122 ··0x00c04770·35e2c800·00000000·30850100·00000000·5.......0.......122 ··0x00c04770·35e2c800·00000000·30850100·00000000·5.......0.......
123 ··0x00c04780·00000000·00000000·90850100·00000000·................123 ··0x00c04780·00000000·00000000·90850100·00000000·................
 124 ··0x00c04790·00000000·00000000·f0850100·00000000·................
124 ··0x00c04790·00000000·00000000·d487b900·8847c000·.............G..125 ··0x00c047a0·00000000·00000000·d487b900·9847c000·.............G..
125 ··0x00c047a0·7847c000·00000000·cc99b900·9947c000·xG...........G.. 
126 ··0x00c047b0·6a47c000·00000000·f0850100·00000000·jG..............126 ··0x00c047b0·8847c000·00000000·50860100·00000000·.G......P.......
127 ··0x00c047c0·00000000·00000000·50860100·00000000·........P....... 
128 ··0x00c047d0·00000000·00000000·b0860100·00000000·................127 ··0x00c047c0·00000000·00000000·b0860100·00000000·................
129 ··0x00c047e0·00000000·00000000·d487b900·d847c000·.............G..128 ··0x00c047d0·00000000·00000000·d487b900·c847c000·.............G..
130 ··0x00c047f0·c847c000·00000000·10870100·00000000·.G..............129 ··0x00c047e0·b847c000·00000000·10870100·00000000·.G..............
131 ··0x00c04800·00000000·00000000·70870100·00000000·........p.......130 ··0x00c047f0·00000000·00000000·70870100·00000000·........p.......
132 ··0x00c04810·00000000·00000000·d487b900·0848c000·.............H..131 ··0x00c04800·00000000·00000000·d487b900·f847c000·.............G..
133 ··0x00c04820·f847c000·00000000·d0870100·00000000·.G..............132 ··0x00c04810·e847c000·00000000·d0870100·00000000·.G..............
134 ··0x00c04830·00000000·00000000·30880100·00000000·........0.......133 ··0x00c04820·00000000·00000000·30880100·00000000·........0.......
135 ··0x00c04840·00000000·00000000·d487b900·3848c000·............8H..134 ··0x00c04830·00000000·00000000·d487b900·2848c000·............(H..
136 ··0x00c04850·2848c000·00000000·90880100·00000000·(H..............135 ··0x00c04840·1848c000·00000000·90880100·00000000·.H..............
137 ··0x00c04860·00000000·00000000·f0880100·00000000·................136 ··0x00c04850·00000000·00000000·f0880100·00000000·................
138 ··0x00c04870·00000000·00000000·d487b900·6848c000·............hH..137 ··0x00c04860·00000000·00000000·d487b900·5848c000·............XH..
139 ··0x00c04880·5848c000·00000000·50890100·00000000·XH......P.......138 ··0x00c04870·4848c000·00000000·50890100·00000000·HH......P.......
140 ··0x00c04890·00000000·00000000·b0890100·00000000·................139 ··0x00c04880·00000000·00000000·b0890100·00000000·................
141 ··0x00c048a0·00000000·00000000·d487b900·9848c000·.............H..140 ··0x00c04890·00000000·00000000·d487b900·8848c000·.............H..
142 ··0x00c048b0·8848c000·00000000·108a0100·00000000·.H..............141 ··0x00c048a0·7848c000·00000000·108a0100·00000000·xH..............
143 ··0x00c048c0·00000000·00000000·708a0100·00000000·........p.......142 ··0x00c048b0·00000000·00000000·708a0100·00000000·........p.......
144 ··0x00c048d0·00000000·00000000·d487b900·c848c000·.............H..143 ··0x00c048c0·00000000·00000000·d487b900·b848c000·.............H..
145 ··0x00c048e0·b848c000·00000000·d08a0100·00000000·.H..............144 ··0x00c048d0·a848c000·00000000·d08a0100·00000000·.H..............
146 ··0x00c048f0·00000000·00000000·308b0100·00000000·........0.......145 ··0x00c048e0·00000000·00000000·308b0100·00000000·........0.......
147 ··0x00c04900·00000000·00000000·d487b900·f848c000·.............H..146 ··0x00c048f0·00000000·00000000·d487b900·e848c000·.............H..
148 ··0x00c04910·e848c000·00000000·908b0100·00000000·.H..............147 ··0x00c04900·d848c000·00000000·908b0100·00000000·.H..............
149 ··0x00c04920·00000000·00000000·f08b0100·00000000·................148 ··0x00c04910·00000000·00000000·f08b0100·00000000·................
 149 ··0x00c04920·00000000·00000000·508c0100·00000000·........P.......
150 ··0x00c04930·00000000·00000000·d487b900·2849c000·............(I..150 ··0x00c04930·00000000·00000000·d487b900·2849c000·............(I..
151 ··0x00c04940·1849c000·00000000·508c0100·00000000·.I......P.......151 ··0x00c04940·1849c000·00000000·b08c0100·00000000·.I..............
152 ··0x00c04950·00000000·00000000·b08c0100·00000000·................ 
153 ··0x00c04960·00000000·00000000·108d0100·00000000·................152 ··0x00c04950·00000000·00000000·108d0100·00000000·................
154 ··0x00c04970·00000000·00000000·708d0100·00000000·........p.......153 ··0x00c04960·00000000·00000000·708d0100·00000000·........p.......
155 ··0x00c04980·00000000·00000000·d08d0100·00000000·................154 ··0x00c04970·00000000·00000000·d08d0100·00000000·................
156 ··0x00c04990·00000000·00000000·308e0100·00000000·........0.......155 ··0x00c04980·00000000·00000000·308e0100·00000000·........0.......
157 ··0x00c049a0·00000000·00000000·908e0100·00000000·................156 ··0x00c04990·00000000·00000000·908e0100·00000000·................
158 ··0x00c049b0·00000000·00000000·d487b900·a849c000·.............I..157 ··0x00c049a0·00000000·00000000·d487b900·9849c000·.............I..
159 ··0x00c049c0·9849c000·00000000·cc99b900·b949c000·.I...........I..158 ··0x00c049b0·8849c000·00000000·cc99b900·a949c000·.I...........I..
160 ··0x00c049d0·35e2c800·00000000·d487b900·a849c000·5............I..159 ··0x00c049c0·35e2c800·00000000·d487b900·9849c000·5............I..
161 ··0x00c049e0·b847c000·00000000·cc99b900·d949c000·.G...........I..160 ··0x00c049d0·7847c000·00000000·cc99b900·c949c000·xG...........I..
162 ··0x00c049f0·aa47c000·00000000·cc99b900·e947c000·.G...........G..161 ··0x00c049e0·6a47c000·00000000·cc99b900·a947c000·jG...........G..
 162 ··0x00c049f0·da49c000·00000000·cc99b900·d947c000·.I...........G..
163 ··0x00c04a00·ea49c000·00000000·cc99b900·1948c000·.I...........H..163 ··0x00c04a00·ea49c000·00000000·cc99b900·0948c000·.I...........H..
164 ··0x00c04a10·fa49c000·00000000·cc99b900·4948c000·.I..........IH..164 ··0x00c04a10·fa49c000·00000000·cc99b900·3948c000·.I..........9H..
165 ··0x00c04a20·0a4ac000·00000000·cc99b900·7948c000·.J..........yH..165 ··0x00c04a20·0a4ac000·00000000·cc99b900·6948c000·.J..........iH..
166 ··0x00c04a30·1a4ac000·00000000·cc99b900·a948c000·.J...........H..166 ··0x00c04a30·1a4ac000·00000000·cc99b900·9948c000·.J...........H..
167 ··0x00c04a40·2a4ac000·00000000·cc99b900·d948c000·*J...........H..167 ··0x00c04a40·2a4ac000·00000000·cc99b900·c948c000·*J...........H..
168 ··0x00c04a50·3a4ac000·00000000·cc99b900·0949c000·:J...........I..168 ··0x00c04a50·3a4ac000·00000000·cc99b900·f948c000·:J...........H..
169 ··0x00c04a60·4a4ac000·00000000·f08e0100·00000000·JJ..............169 ··0x00c04a60·4a4ac000·00000000·f08e0100·00000000·JJ..............
170 ··0x00c04a70·00000000·00000000·508f0100·00000000·........P.......170 ··0x00c04a70·00000000·00000000·508f0100·00000000·........P.......
171 ··0x00c04a80·00000000·00000000·d487b900·784ac000·............xJ..171 ··0x00c04a80·00000000·00000000·d487b900·784ac000·............xJ..
172 ··0x00c04a90·684ac000·00000000·cc99b900·894ac000·hJ...........J..172 ··0x00c04a90·684ac000·00000000·cc99b900·894ac000·hJ...........J..
173 ··0x00c04aa0·ca49c000·00000000·cc99b900·894ac000·.I...........J..173 ··0x00c04aa0·ba49c000·00000000·cc99b900·894ac000·.I...........J..
174 ··0x00c04ab0·5a4ac000·00000000·cc99b900·3949c000·ZJ..........9I.. 
175 ··0x00c04ac0·aa4ac000·00000000·cc99b900·894ac000·.J...........J..174 ··0x00c04ab0·5a4ac000·00000000·cc99b900·894ac000·ZJ...........J..
176 ··0x00c04ad0·1a47c000·00000000·b08f0100·00000000·.G..............175 ··0x00c04ac0·1a47c000·00000000·b08f0100·00000000·.G..............
177 ··0x00c04ae0·00000000·00000000·10900100·00000000·................176 ··0x00c04ad0·00000000·00000000·10900100·00000000·................
178 ··0x00c04af0·00000000·00000000·d487b900·e84ac000·.............J..177 ··0x00c04ae0·00000000·00000000·d487b900·d84ac000·.............J..
179 ··0x00c04b00·d84ac000·00000000·cc99b900·f94ac000·.J...........J..178 ··0x00c04af0·c84ac000·00000000·cc99b900·e94ac000·.J...........J..
180 ··0x00c04b10·9a4ac000·00000000·cc99b900·f94ac000·.J...........J..179 ··0x00c04b00·9a4ac000·00000000·d487b900·d84ac000·.J...........J..
 180 ··0x00c04b10·0849c000·00000000·cc99b900·094bc000·.I...........K..
181 ··0x00c04b20·ba4ac000·00000000·cc99b900·f94ac000·.J...........J..181 ··0x00c04b20·aa4ac000·00000000·d487b900·d84ac000·.J...........J..
 182 ··0x00c04b30·2847c000·00000000·cc99b900·294bc000·(G..........)K..
182 ··0x00c04b30·ca4ac000·00000000·70900100·00000000·.J......p.......183 ··0x00c04b40·ba4ac000·00000000·70900100·00000000·.J......p.......
183 ··0x00c04b40·00000000·00000000·d0900100·00000000·................184 ··0x00c04b50·00000000·00000000·d0900100·00000000·................
184 ··0x00c04b50·00000000·00000000·d487b900·484bc000·............HK..185 ··0x00c04b60·00000000·00000000·d487b900·584bc000·............XK..
185 ··0x00c04b60·384bc000·00000000·cc99b900·594bc000·8K..........YK..186 ··0x00c04b70·484bc000·00000000·cc99b900·694bc000·HK..........iK..
186 ··0x00c04b70·0a4bc000·00000000·d487b900·484bc000·.K..........HK.. 
187 ··0x00c04b80·4849c000·00000000·cc99b900·794bc000·HI..........yK..187 ··0x00c04b80·fa4ac000·00000000·cc99b900·694bc000·.J..........iK..
188 ··0x00c04b90·1a4bc000·00000000·d487b900·484bc000·.K..........HK..188 ··0x00c04b90·1a4bc000·00000000·cc99b900·3949c000·.K..........9I..
189 ··0x00c04ba0·2847c000·00000000·cc99b900·994bc000·(G...........K..189 ··0x00c04ba0·8a4bc000·00000000·cc99b900·694bc000·.K..........iK..
190 ··0x00c04bb0·2a4bc000·00000000·30910100·00000000·*K......0.......190 ··0x00c04bb0·3a4bc000·00000000·30910100·00000000·:K......0.......
191 ··0x00c04bc0·00000000·00000000·cc99b900·b84bc000·.............K..191 ··0x00c04bc0·00000000·00000000·cc99b900·b84bc000·.............K..
192 ··0x00c04bd0·35e2c800·00000000·cc99b900·5849c000·5...........XI..192 ··0x00c04bd0·35e2c800·00000000·cc99b900·4849c000·5...........HI..
193 ··0x00c04be0·ca4bc000·00000000·cc99b900·6849c000·.K..........hI..193 ··0x00c04be0·ca4bc000·00000000·cc99b900·5849c000·.K..........XI..
194 ··0x00c04bf0·da4bc000·00000000·cc99b900·7849c000·.K..........xI..194 ··0x00c04bf0·da4bc000·00000000·cc99b900·6849c000·.K..........hI..
195 ··0x00c04c00·ea4bc000·00000000·90910100·00000000·.K..............195 ··0x00c04c00·ea4bc000·00000000·90910100·00000000·.K..............
196 ··0x00c04c10·00000000·00000000·cc99b900·084cc000·.............L..196 ··0x00c04c10·00000000·00000000·cc99b900·084cc000·.............L..
197 ··0x00c04c20·ca4bc000·00000000·d487b900·1a4cc000·.K...........L..197 ··0x00c04c20·ca4bc000·00000000·d487b900·1a4cc000·.K...........L..
198 ··0x00c04c30·6a4bc000·00000000·d487b900·1a4cc000·jK...........L..198 ··0x00c04c30·7a4bc000·00000000·d487b900·1a4cc000·zK...........L..
199 ··0x00c04c40·aa4bc000·00000000·cc99b900·084cc000·.K...........L..199 ··0x00c04c40·aa4bc000·00000000·cc99b900·084cc000·.K...........L..
200 ··0x00c04c50·fa4bc000·00000000·cc99b900·8849c000·.K...........I..200 ··0x00c04c50·fa4bc000·00000000·cc99b900·7849c000·.K..........xI..
201 ··0x00c04c60·4a4cc000·00000000·d487b900·5a4cc000·JL..........ZL..201 ··0x00c04c60·4a4cc000·00000000·d487b900·5a4cc000·JL..........ZL..
202 ··0x00c04c70·8a4bc000·00000000·f0910100·00000000·.K..............202 ··0x00c04c70·9a4bc000·00000000·f0910100·00000000·.K..............
203 ··0x00c04c80·00000000·00000000·58920100·00000000·........X.......203 ··0x00c04c80·00000000·00000000·58920100·00000000·........X.......
204 ··0x00c04c90·f0920100·00000000·90930100·00000000·................204 ··0x00c04c90·f0920100·00000000·90930100·00000000·................
205 ··0x00c04ca0·28940100·00000000·00000000·00000000·(...............205 ··0x00c04ca0·28940100·00000000·00000000·00000000·(...............
206 ··0x00c04cb0·7c449a00·8b4cc000·914cc000·a24cc000·|D...L...L...L..206 ··0x00c04cb0·7c449a00·8b4cc000·914cc000·a24cc000·|D...L...L...L..
207 ··0x00c04cc0·00000000·50940100·4c17b900·c64cc000·....P...L....L..207 ··0x00c04cc0·00000000·50940100·4c17b900·c64cc000·....P...L....L..
208 ··0x00c04cd0·f642c000·03000000·00000000·00000000·.B..............208 ··0x00c04cd0·f642c000·03000000·00000000·00000000·.B..............
209 ··0x00c04ce0·b072bb00·d887c400·847bc400·d845c000·.r.......{...E..209 ··0x00c04ce0·b072bb00·d887c400·847bc400·d845c000·.r.......{...E..
210 ··0x00c04cf0·3846c000·e845c000·00000000·5072bb00·8F...E......Pr..210 ··0x00c04cf0·3846c000·e845c000·00000000·5072bb00·8F...E......Pr..
211 ··0x00c04d00·9843c000·e04cc000·00000000·5072bb00·.C...L......Pr..211 ··0x00c04d00·9843c000·e04cc000·00000000·5072bb00·.C...L......Pr..
212 ··0x00c04d10·f4cbc400·4441c000·00000000·00000000·....DA..........212 ··0x00c04d10·f4cbc400·4441c000·00000000·00000000·....DA..........
213 ··0x00c04d20·b072bb00·d442c000·184cc000·a84bc000·.r...B...L...K..213 ··0x00c04d20·b072bb00·d442c000·184cc000·a84bc000·.r...B...L...K..
214 ··0x00c04d30·9046c000·0c4dc000·00000000·00000000·.F...M..........214 ··0x00c04d30·9046c000·0c4dc000·00000000·00000000·.F...M..........
215 ··0x00c04d40·9072bb00·884bc000·584cc000·e841c000·.r...K..XL...A..215 ··0x00c04d40·9072bb00·984bc000·584cc000·e841c000·.r...K..XL...A..
216 ··0x00c04d50·204dc000·00000000·00000000·00000000··M..............216 ··0x00c04d50·204dc000·00000000·00000000·00000000··M..............
217 ··0x00c04d60·7072bb00·684bc000·d841c000·404dc000·pr..hK...A..@M..217 ··0x00c04d60·7072bb00·784bc000·d841c000·404dc000·pr..xK...A..@M..
218 ··0x00c04d70·00000000·5072bb00·c841c000·604dc000·....Pr...A..`M..218 ··0x00c04d70·00000000·5072bb00·c841c000·604dc000·....Pr...A..`M..
219 ··0x00c04d80·00000000·00000000·00000000·00000000·................219 ··0x00c04d80·00000000·00000000·00000000·00000000·................
220 ··0x00c04d90·b072bb00·8462c500·e4ccc000·b0cbc000·.r...b..........220 ··0x00c04d90·b072bb00·8462c500·e4ccc000·b0cbc000·.r...b..........
221 ··0x00c04da0·1846c000·744dc000·00000000·5072bb00·.F..tM......Pr..221 ··0x00c04da0·1846c000·744dc000·00000000·5072bb00·.F..tM......Pr..
222 ··0x00c04db0·9843c000·904dc000·00000000·5072bb00·.C...M......Pr..222 ··0x00c04db0·9843c000·904dc000·00000000·5072bb00·.C...M......Pr..
223 ··0x00c04dc0·fc4cc000·ac4dc000·00000000·00000000·.L...M..........223 ··0x00c04dc0·fc4cc000·ac4dc000·00000000·00000000·.L...M..........
224 ··0x00c04dd0·a4980100·2459c500·b841c000·bc4dc000·....$Y...A...M..224 ··0x00c04dd0·a4980100·2459c500·b841c000·bc4dc000·....$Y...A...M..
2.6 KB
readelf --wide --decompress --hex-dump=.got {}
    
Offset 15, 28 lines modifiedOffset 15, 28 lines modified
15 ··0x00cd3254·0c75bb00·5499b900·d442c000·bcc7c700·.u..T....B......15 ··0x00cd3254·0c75bb00·5499b900·d442c000·bcc7c700·.u..T....B......
16 ··0x00cd3264·e442c000·f442c000·e9b4bc00·eeb4bc00·.B...B..........16 ··0x00cd3264·e442c000·f442c000·e9b4bc00·eeb4bc00·.B...B..........
17 ··0x00cd3274·28b5bc00·60b5bc00·a0b5bc00·ddb5bc00·(...`...........17 ··0x00cd3274·28b5bc00·60b5bc00·a0b5bc00·ddb5bc00·(...`...........
18 ··0x00cd3284·f7b5bc00·0ab6bc00·1bb6bc00·62b6bc00·............b...18 ··0x00cd3284·f7b5bc00·0ab6bc00·1bb6bc00·62b6bc00·............b...
19 ··0x00cd3294·b1b6bc00·cdb6bc00·ddb6bc00·e4b6bc00·................19 ··0x00cd3294·b1b6bc00·cdb6bc00·ddb6bc00·e4b6bc00·................
20 ··0x00cd32a4·c845c000·847bc400·d845c000·2846c000·.E...{...E..(F..20 ··0x00cd32a4·c845c000·847bc400·d845c000·2846c000·.E...{...E..(F..
21 ··0x00cd32b4·9843c000·7846c000·3846c000·05b7bc00·.C..xF..8F......21 ··0x00cd32b4·9843c000·7846c000·3846c000·05b7bc00·.C..xF..8F......
22 ··0x00cd32c4·34fabc00·47fabc00·b6fbbc00·c6fbbc00·4...G...........22 ··0x00cd32c4·74b8bc00·84b8bc00·b3fbbc00·c6fbbc00·t...............
23 ··0x00cd32d4·2d00bd00·7903bd00·8e03bd00·c410bd00·-...y...........23 ··0x00cd32d4·2d00bd00·7903bd00·8e03bd00·1317bd00·-...y...........
24 ··0x00cd32e4·d210bd00·5724bd00·9a24bd00·c224bd00·....W$...$...$..24 ··0x00cd32e4·4924bd00·5724bd00·2b25bd00·4f25bd00·I$..W$..+%..O%..
25 ··0x00cd32f4·9625bd00·ba25bd00·7527bd00·9a27bd00·.%...%..u'...'.. 
26 ··0x00cd3304·8228bd00·a828bd00·e728bd00·0c29bd00·.(...(...(...)..25 ··0x00cd32f4·3726bd00·5d26bd00·e826bd00·1127bd00·7&..]&...&...'..
 26 ··0x00cd3304·5027bd00·7527bd00·3029bd00·5529bd00·P'..u'..0)..U)..
27 ··0x00cd3314·9729bd00·c029bd00·3a2bbd00·622bbd00·.)...)..:+..b+..27 ··0x00cd3314·cf2abd00·f72abd00·3a2bbd00·622bbd00·.*...*..:+..b+..
28 ··0x00cd3324·bb2cbd00·cf2cbd00·e134bd00·fc34bd00·.,...,...4...4..28 ··0x00cd3324·7433bd00·cd34bd00·e134bd00·fc34bd00·t3...4...4...4..
29 ··0x00cd3334·0d35bd00·1835bd00·2135bd00·6537bd00·.5...5..!5..e7..29 ··0x00cd3334·0d35bd00·1835bd00·2135bd00·6537bd00·.5...5..!5..e7..
30 ··0x00cd3344·7337bd00·8037bd00·9237bd00·f837bd00·s7...7...7...7..30 ··0x00cd3344·7337bd00·8037bd00·9237bd00·1e3bbd00·s7...7...7...;..
31 ··0x00cd3354·0038bd00·8c3bbd00·983bbd00·9e3bbd00·.8...;...;...;..31 ··0x00cd3354·2a3bbd00·903bbd00·983bbd00·9e3bbd00·*;...;...;...;..
32 ··0x00cd3364·a43bbd00·884cc000·904cc000·984cc000·.;...L...L...L..32 ··0x00cd3364·a43bbd00·884cc000·904cc000·984cc000·.;...L...L...L..
33 ··0x00cd3374·c44cc000·f4cbc400·b452c500·d04dc000·.L.......R...M..33 ··0x00cd3374·c44cc000·f4cbc400·b452c500·d04dc000·.L.......R...M..
34 ··0x00cd3384·c84cc000·3041c000·e4ccc000·b0cbc000·.L..0A..........34 ··0x00cd3384·c84cc000·3041c000·e4ccc000·b0cbc000·.L..0A..........
35 ··0x00cd3394·884bc000·584cc000·684bc000·184cc000·.K..XL..hK...L..35 ··0x00cd3394·984bc000·584cc000·784bc000·184cc000·.K..XL..xK...L..
36 ··0x00cd33a4·a84bc000·ec4dc000·ac3ec000·144ec000·.K...M...>...N..36 ··0x00cd33a4·a84bc000·ec4dc000·ac3ec000·144ec000·.K...M...>...N..
37 ··0x00cd33b4·204ec000·384ec000·b462c000·8c0e6300··N..8N...b....c.37 ··0x00cd33b4·204ec000·384ec000·b462c000·8c0e6300··N..8N...b....c.
38 ··0x00cd33c4·744ec000·2063c000·a40e6300·98960d00·tN..·c....c.....38 ··0x00cd33c4·744ec000·2063c000·a40e6300·98960d00·tN..·c....c.....
39 ··0x00cd33d4·844ec000·984ec000·24030d00·20cec400·.N...N..$...·...39 ··0x00cd33d4·844ec000·984ec000·24030d00·20cec400·.N...N..$...·...
40 ··0x00cd33e4·6098c200·b04ec000·b84ec000·c04ec000·`....N...N...N..40 ··0x00cd33e4·6098c200·b04ec000·b84ec000·c04ec000·`....N...N...N..
41 ··0x00cd33f4·c84ec000·a44fc000·944fc000·b44fc000·.N...O...O...O..41 ··0x00cd33f4·c84ec000·a44fc000·944fc000·b44fc000·.N...O...O...O..
42 ··0x00cd3404·282cc900·2c64c000·7464c000·a4dea700·(,..,d..td......42 ··0x00cd3404·282cc900·2c64c000·7464c000·a4dea700·(,..,d..td......