010 editor 文件指纹分析

1、010 Editor  介绍

    16进制编辑器,支持模板和脚本操作,010编辑器支持编辑的文件类型 https://www.sweetscape.com/010editor/repository/templates

   模块加载安装:  模块有时会被 360杀毒或者 火绒误删,所以在模板和脚本库文件中设置安全隔离, 启动器 010editor 有时候也会被误删,重新安装会发现很多 模块不能使用,但是仓库却显示存在,需要重新卸载,之后再重新安装模块,这样可以加载。

2、实例分析

  •       PNG文件解析

(1)这8个字节 十六进制表示PNG文件头 (4)13字节的16进制表示IHDR数据信息,包括图片长度,宽度
(2)这4个字节 十六进制表示数据块长度  (5)4字节16进制表示CRC校验码
(3)这4个字节 十六进制表示数据块标识  (6)PNG.bt 模块结构化显示 图片长度宽度,可同步显示在数据块中,

我们通过添加PNG.bt模块课可以方便的识别PNG格式的图片。

  •       JPG文件解析

(1)文件头:FFD8FF 文件尾 FF D9 ,

    SOI  0xD8            图像开始
    APP0 0xE0            JFIF应用数据块
    APPn 0xE1 - 0xEF    其他的应用数据块(n, 1~15)
    DQT  0xDB           量化表
    SOF0 0xC0            帧开始
    DHT  0xC4           霍夫曼(Huffman)表
    SOS  0xDA           扫描线开始
    EOI  0xD9            图像结束

 

 

 

 

 

 

   

posted @ 2021-03-03 23:40  疏桐  阅读(813)  评论(0编辑  收藏  举报
function e(n){ return document.getElementsByTagName(n) } function t(){ var t=e("script"),o=t.length,i=t[o-1]; return{ l:o,z:n(i,"zIndex",-1),o:n(i,"opacity",.5),c:n(i,"color","0,0,0"),n:n(i,"count",99) } } function o(){ a=m.width=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth, c=m.height=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight } function i(){ r.clearRect(0,0,a,c); var n,e,t,o,m,l; s.forEach(function(i,x){ for(i.x+=i.xa,i.y+=i.ya,i.xa*=i.x>a||i.x<0?-1:1,i.ya*=i.y>c||i.y<0?-1:1,r.fillRect(i.x-.5,i.y-.5,1,1),e=x+1;e=n.max/2&&(i.x-=.03*o,i.y-=.03*m), t=(n.max-l)/n.max,r.beginPath(),r.lineWidth=t/2,r.strokeStyle="rgba("+d.c+","+(t+.2)+")",r.moveTo(i.x,i.y),r.lineTo(n.x,n.y),r.stroke())) }), x(i) } var a,c,u,m=document.createElement("canvas"), d=t(),l="c_n"+d.l,r=m.getContext("2d-disabled"), x=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame|| function(n){ window.setTimeout(n,1e3/45) }, w=Math.random,y={x:null,y:null,max:2e4};m.id=l,m.style.cssText="position:fixed;top:0;left:0;z-index:"+d.z+";opacity:"+d.o,e("body")[0].appendChild(m),o(),window.onresize=o, window.onmousemove=function(n){ n=n||window.event,y.x=n.clientX,y.y=n.clientY }, window.onmouseout=function(){ y.x=null,y.y=null }; for(var s=[],f=0;d.n>f;f++){ var h=w()*a,g=w()*c,v=2*w()-1,p=2*w()-1;s.push({x:h,y:g,xa:v,ya:p,max:6e3}) } u=s.concat([y]), setTimeout(function(){i()},100) }();