Security Insights Additional navigation options Files main .github cmake src bin binder catalog common database executors log operators optimizer planner storage table CMakeLists.txt record.cpp record.h record_header.cpp record_header.h table.cpp ...
I have been noticing adbhoney to keep running at 100% CPU usage after some connection attempts being made. In order to reproduce this I could do so with nmap -sV -v -p 5555 127.0.0.1. Logs: {"eventid": "adbhoney.session.connect", "src_ip...
:adb的全称为Android Debug Bridge,就是起到调试桥的作用。通过adb我们可以在Eclipse,AS中方面通过DDMS来调试Android程序,说白了就是debug工具。ADB的工作方式比较特殊,采用监听Socket TCP 5554等端口的方式让IDE和Qemu通讯,默认情况下ADB会daemon相关的网络端口,所以当我们运行Eclipse时adb进程就会自动运行。 ADB有什么...
notes: See https://bugzilla.clamav.net/show_bug.cgi?id=11336 and https://github.com/Cisco-Talos/clamav/issues/283 8+ to understand why there are licensing issues 9+ ignorable_urls: 10+ - https://bugzilla.clamav.net/show_bug.cgi?id=11336 ...
详细用法介绍可参考:[【无影v2.6.5—代理池管理功能上线】](https://github.com/TideSec/TscanPlus/blob/main/%E6%97%A0%E5%BD%B1v2.6.5%E2%80%94%E4%BB%A3%E7%90%86%E6%B1%A0%E7%AE%A1%E7%90%86%E5%8A%9F%E8%83%BD%E4%B8%8A%E7%BA%BF.md) 588 592 589 - TscanPlus内置各类反弹sh...
34 changes: 34 additions & 0 deletions 34 tests/packagedcode/test_cargo.py Original file line numberDiff line numberDiff line change @@ -27,6 +27,7 @@ from __future__ import unicode_literals import os import pytest from packagedcode import cargo @@ -65,3 +66,36 @@ def test_parse...
Closes VectorCamp#99 https://gcc.godbolt.org/z/cTjKqzcvn Previous version was not correct because movemask thought of having bytes 0xFF. We can fully match the semantics + do it faster with USRA instructions. Re-submission to a develop branchmaster (VectorCamp/vectorscan#102) vectorscan/...
* Avoid calling jsonstreams.Stream.close() so we can manually close the stream and file ourselves * This is so we can finish writing the json object to the file and have scancode close it instead of the jsonstreams.Stream object closing both Signed-off-by: Jono Yang <jyang@nexb.com>de...
94 + // Issue reporting nondeterministic behavior: https://github.com/pytorch/pytorch/issues/75240 95 + globalContext().alertNotDeterministic("cumsum_cuda_kernel"); 96 + } 92 97 auto result_ = contiguous_out_arg(result); 93 98 launch_cumsum_cuda_kernel(*result_, self, dim); 94...
11 changes: 11 additions & 0 deletions 11 etc/release/scancode-create-release.sh Original file line numberDiff line numberDiff line change @@ -185,8 +185,15 @@ function backup_previous_release { fi } function clean_egg_info { rm -rf .eggs src/scancode_toolkit.egg-info src/scancode...