Giter Site home page Giter Site logo

gh pages 同步最新版后报错 about md HOT 4 CLOSED

komomon avatar komomon commented on June 11, 2024
gh pages 同步最新版后报错

from md.

Comments (4)

YangFong avatar YangFong commented on June 11, 2024 1

这是你预期的结果吗

image

from md.

YangFong avatar YangFong commented on June 11, 2024

能否提供具体的复现步骤,并导致了哪方面不可用

from md.

komomon avatar komomon commented on June 11, 2024

最新版测试:对于使用缩进而不是使用xxx包裹的代码,会导致报错,从而整篇文章无法渲染,之前的版本不会这样,正常渲染。
整体是只要有一个地方报错,则整片文章无法渲染。

测试md:


第一代dex落地壳加固是Android加固的基础,近日学习加固相关知识,记录一下自己踩过的坑和总结自己对落地壳的理解。  
下面的代码或多或少参考了大佬们的代码,主要是加上自己的理解和注释,经过折腾最终在最新版雷电模拟器9(Android9)实现了加固和自解密运行。  
参考项目和文章会放在末尾。


## 1、理论知识

关于DEX文件的组成,可以自行搜索详细学习  
在Android的DEX加固中,主要和DEX头部三个字段有关,分别是:
	
  * checksum  
文件校验码,使用alder32算法校验文件除去maigc,checksum外余下的所有文件区域

  * signature  
使用SHA-1算法hash除去magic、checksum和signature外余下的所有文件区域

  * file_size  
dex文件的大小  
DEX加固主要就是一个拼接  
成品 = 待加固app(会经过加密) + 解密dex  
经过拼接之后,会影响上面说的3个字段,所以需要我们手动去修改更正。


![](https://cuttontail.blog/img/logo.png)

![](https://cuttontail.blog/img/logoa.png)

aaaaa

aaaaa

	
    f, --file            only set one file to be extracted
    -d, --directory       set a directory to be extracted
    -D, --delete          Delete Duplicates 
    -i,--only-ip          only extract IP
    -n,--only-domain      only extract domain name
    -a,--all              extract all, include extract IP and extract domain name
    -t,--protocol type    matching protocol type, eg:http://127.0.0.1 
    -p,--port             matching port,eg:127.0.0.1:1001
    -h, --help            display this help and exit



bbbbbbb






image

from md.

komomon avatar komomon commented on June 11, 2024

这是你预期的结果吗

image

对,上午刚同步的最新版的console里面爆了很多错,只要有一处错误,什么都渲染不出来,之前并不是,会接着渲染。

from md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.