Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,19 @@ public class Main {
| 1.2.62 | 6734240326434096246 | 0x5d74d3e5b9370476L | com.mysql.cj.jdbc.MysqlXADataSource |
| 1.2.62 | 7123326897294507060 | 0x62db241274397c34L | org.apache.commons.collections.functors. |
| 1.2.62 | 8488266005336625107 | 0x75cc60f5871d0fd3L | org.apache.commons.configuration |


| 1.2.62 | -6316154655839304624 | 0xa85882ce1044c450L | oracle.net.|
| 1.2.62 | 6534946468240507089 | 0x5ab0cb3071ab40d1L | org.apache.commons.proxy.|

### 目前未知的列表

| version | hash | hex-hash | name |
|---|---|---|---|
| 1.2.42 | 33238344207745342 | 0x761619136cc13eL | |
| 1.2.62 | -6316154655839304624 | 0xa85882ce1044c450L | |
| 1.2.62 | -5472097725414717105 | 0xb40f341c746ec94fL | |
| 1.2.62 | -4608341446948126581 | 0xc00be1debaf2808bL | |
| 1.2.62 | 3256258368248066264 | 0x2d308dbbc851b0d8L | |
| 1.2.62 | 4841947709850912914 | 0x43320dc9d2ae0892L | |
| 1.2.62 | 6534946468240507089 | 0x5ab0cb3071ab40d1L | |


### 感谢补充

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/leadroyal/breaker/data/V1_2_62.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ public static BlackInfo getData() {
add(new BlackInfo.BlockItem(6734240326434096246L, "com.mysql.cj.jdbc.MysqlXADataSource")); //0x5d74d3e5b9370476L
add(new BlackInfo.BlockItem(7123326897294507060L, "org.apache.commons.collections.functors.")); //0x62db241274397c34L
add(new BlackInfo.BlockItem(8488266005336625107L, "org.apache.commons.configuration")); //0x75cc60f5871d0fd3L
add(new BlackInfo.BlockItem(-6316154655839304624L, "oracle.net.")); //0xa85882ce1044c450L
add(new BlackInfo.BlockItem(6534946468240507089L, "org.apache.commons.proxy.")); //0x5ab0cb3071ab40d1L
}};
data.unknown = new LinkedList<BlackInfo.BlockItem>() {{
add(new BlackInfo.BlockItem(-6316154655839304624L, "")); //0xa85882ce1044c450L
add(new BlackInfo.BlockItem(-5472097725414717105L, "")); //0xb40f341c746ec94fL
add(new BlackInfo.BlockItem(-4608341446948126581L, "")); //0xc00be1debaf2808bL
add(new BlackInfo.BlockItem(3256258368248066264L, "")); //0x2d308dbbc851b0d8L
add(new BlackInfo.BlockItem(4841947709850912914L, "")); //0x43320dc9d2ae0892L
add(new BlackInfo.BlockItem(6534946468240507089L, "")); //0x5ab0cb3071ab40d1L
}};
}
return data;
Expand Down