码迷,mamicode.com
首页 >  
搜索关键字:magic packet    ( 2626个结果
内核初始化
内核启动的入口函数 start_kernel() {init/main.c配置文件} , 里面有XXXX_init的初始化函数 1)在操作系统中有个创始进程,set_task_stack_end_magic(&init_task)。 有一个参数 init_task 定义是struct task_st ...
分类:其他好文   时间:2019-04-28 00:00:14    阅读次数:194
逆向学习-Upack的PE文见头分析
重叠文件头 MZ文件头与PE文件头重叠。 offest 0 e_magic:magic number = 4D5A('MZ') offest 3C e_lfanew:File address of new exe header IMAGE_FILE_HEADER.SizeOfOptionalHead ...
分类:其他好文   时间:2019-04-27 00:40:21    阅读次数:150
java第四次上机
第一步 编写“电费管理”类 私有属性:上月电表读数、本月电表读数 构造方法:无参、2个参数 成员方法:getXXX()方法、setXXX()方法 成员方法:显示上月、本月电表读数 第二步 编写测试类 创建对象一:上月电表读数为1000,本月电表读数为1200。 要求:调用无参构造方法创建对象; 调用 ...
分类:编程语言   时间:2019-04-26 12:45:23    阅读次数:172
HITCON training lab 11——bamboobox
64位程序 #House Of Force 程序逻辑 利用思路 由于程序中有个 magic 函数,所以我们的核心目的是覆盖某个指针为 magic 函数的指针。这里,程序在开始的时候申请了一块内存来存储两个函数指针,hello_message 用于程序开始时使用,goodbye_message 用于在 ...
分类:其他好文   时间:2019-04-24 00:10:17    阅读次数:268
The Preliminary Contest for ICPC China Nanchang National Invitational I题
Alice has a magic array. She suggests that the value of a interval is equal to the sum of the values in the interval, multiplied by the smallest value ...
分类:其他好文   时间:2019-04-21 20:18:05    阅读次数:152
音视频之ffmpeg时间基
FFmpeg中有个比较重要的概念就是时间基。 ffmpeg本身有个时间基,视频输入流有时间基,输出流有时间基,音频也是相同道理。 主要的目的是方便他们自己内部计算。 我们先拿视频播放器来举例,其中要对时间进行处理的是视频的时间,音频的时间,然后两者要进行同步。 我们先看timebase的结构体: 这 ...
分类:其他好文   时间:2019-04-19 01:22:12    阅读次数:555
JAVA进阶21
1、Vector向量 如何选用ArrayList、LinkedList、Vector? ①需要线程安全时,用Vector ②不存在线程安全问题时,并且查找较多用ArrayList(一般使用它) ③不存在线程安全问题时,增加或删除元素较多用LinkedList 2、Map的用法 1 package c ...
分类:编程语言   时间:2019-04-17 00:14:29    阅读次数:158
ntop公司简介
一、简介 ntop是一家以技术为驱动的公司,用户多为个人和小公司,主要经营四款产品:Packet Capture、Traffic Recording、Network Probe、Traffic Analysis。 二、packet Capture 网络抓包使用具有PF_RING的商用硬件进行线速数据 ...
分类:其他好文   时间:2019-04-16 00:51:56    阅读次数:192
Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 78,050,512 milliseconds ago.
今天访问已经架上服务器的网站,报错: 具体原理参考:https://blog.csdn.net/frankcheng5143/article/details/50589264 ...
分类:数据库   时间:2019-04-15 16:45:37    阅读次数:206
[C4] Andrew Ng - Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
About this Course This course will teach you the "magic" of getting deep learning to work well. Rather than the deep learning process being a black bo ...
分类:Web程序   时间:2019-04-14 09:31:56    阅读次数:223
2626条   上一页 1 ... 58 59 60 61 62 ... 263 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!