自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

修也

实践出真知.

  • 博客(11)
  • 资源 (126)
  • 问答 (1)
  • 收藏
  • 关注

原创 在裸机上在bios中断向量表中,汇编设置增加中断服务程序(向量地址设置三种方式)

bits 16 cpu 8086 %macro PutChar 2 ;必须定义写在使用前面;否则后面编译报错 mov al,%1 mov ah,09h mov bx,000ch mov cx,%2 mov dh,02h mov dl,0h int 10h %endmacro org 07c00h mov ax,cs mov ds,ax mov es,ax

2017-09-16 02:01:10 803

原创 win32汇编的segment,子程序,宏定义,局部变量定义test1

.386 .model flat,stdcall option casemap:none includelib user32.lib includelib gdi32.lib includelib kernel32.lib NULL EQU 0 MB_OK EQU 0 %echo mb_ok:MB_OK echo MB_OK MessageBoxA proto stdcall :dwor

2017-09-14 02:46:49 982

原创 win32汇编无头文件编译成功

.386 .model flat,stdcall option casemap:none includelib user32.lib includelib gdi32.lib includelib kernel32.lib NULL EQU 0 MB_OK EQU 0 MessageBoxA proto stdcall :dword,:dword,:dword,:dword ExitP

2017-09-14 00:37:12 410

转载 汇编关机代码

;$$ - start position bits 16 cpu 8086 org 07c00h mov ax,cs mov ds,ax mov es,ax ;output bootMsg -- first msg mov ax,bootMsg ;input parameter msg mov cx,bootMsgLen ;str length mov dh,00h ;

2017-09-12 01:32:01 3505

原创 从pc裸机磁盘(第一个扇区以后的扇区)中载入程序数据并运行

;$$ - start position bits 16 cpu 8086 org 07c00h mov ax,cs mov ds,ax mov es,ax ;output bootMsg -- first msg mov ax,bootMsg ;input parameter msg mov cx,bootMsgLen ;str length mov dh,00h ;

2017-09-09 19:52:07 582

原创 学习PC裸机汇编输出HelloWorld环境搭建和解决启动镜像问题

OS platform: Windows7 Assembler : nasm,ndisasm Virtual Machine: VitualBox org 07c00h mov ax,cs mov ds,ax mov es,ax call DispStr jmp $ DispStr: mov ax,BootMessage mov bp,ax mov cx,len mov ax

2017-09-09 17:14:43 975

转载 linux asm(nasm) output strings

section .text global main main: mov eax,4 mov ebx,1 mov ecx,msg mov edx,len int 80h mov eax,1 int 80h msg: db "hello world!it's too long!/n","$",'\r\n\t',0,'12345',len len equ $-msg nasm -f e

2017-09-04 22:32:20 482

转载 nasm汇编程序例程got

section .text extern _MessageBoxA@16 %if __NASM_VERSION_ID__ >= 0x02030000 safeseh handler ; register handler as "safe handler" %endif handler: push DWORD 1 ; MB_OKCANCEL push DWORD caption push D

2017-09-04 19:09:08 893

原创 linux apache2 编译problems

apache2 depends : apr , apr-util ,so compiling apr and apr-util first successively. compiling apr-util and apr-iconv with parameter: --with-apr=/usr/local/apr like this: ./configure --with-apr=/usr

2017-09-04 00:02:09 349

原创 Ubuntu Qt5.6.2 ld -lGL Error solution

first command: locate libGL then create a link : sudo ln -s /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so if your Ubuntu doesn't has libGL , you must apt-get install ... them

2017-09-02 03:52:54 338

原创 Ubuntu uninstalling software completely(include purge configuration and files)

reference: my problems and solution: don't clearly completely unintall jdk! (even though rmove all files of jdk,there are also some leaks) so,entirely clear these: this is clear co

2017-09-01 23:23:56 276

my mine x.jar

My tool written by java,namely java's code level tool for convenient method.Also is API utilities.

2020-08-08

windows nasm 2.13.1

windows nasm 2.13.1 汇编 windows nasm 2.13.1 汇编 windows nasm 2.13.1 汇编 windows nasm 2.13.1 汇编 windows nasm 2.13.1 汇编

2017-09-04

linux nasm-2.13.01 编译成功

linux nasm-2.13.01 编译成功 linux nasm-2.13.01 编译成功 linux nasm-2.13.01 编译成功 linux nasm-2.13.01 编译成功 linux nasm-2.13.01 编译成功

2017-09-04

nasm-2.13.01-win64

nasm-2.13.01-win64 汇编器 nasm-2.13.01-win64 汇编器 windows 64 位下的 汇编器 nasm-2.13.01-win64 汇编器

2017-09-04

jna_4.2.1 java

jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1jna-4.2.1

2017-09-03

spring-boot-1.5.6-src

spring-boot-1.5.6.RELEASE Source 源代码 maven的工程,可以自己编译(前提是自己的maven仓库配置正确...等)

2017-08-18

javafx_scenebuilder-2_0-windows

javafx_scenebuilder-2_0-windows

2017-07-28

rust编译器(msvc版)

rust-1.17.0-x86_64-pc-windows-msvc.tar.gz rust SDK 离线安装包

2017-06-06

numpy1.10.2-win32

numpy-1.10.2-py2.7-win32.egg

2017-03-11

go语言SDK1.8

go1.8.windows-386.zip go1.8.windows-386.zip go1.8.windows-386.zip go1.8.windows-386.zip go1.8.windows-386.zip

2017-03-06

php7.1.2源代码

php-7.1.2-src.zip

2017-03-06

php7.1.2 Win32

php-7.1.2-Win32-VC14-x86.zip

2017-03-06

php7.1.2-nts

php-7.1.2-nts-Win32-VC14-x86.zip

2017-03-06

rust-1.15.1-i686-pc-windows-msvc

rust 语言编译器.rust-1.15.1-i686-pc-windows-msvc rust-1.15.1-i686-pc-windows-msvc

2017-02-27

DOSBox0.74-win32

DOSBox0.74-win32 DOSBox0.74-win32 DOSBox0.74-win32 DOSBox0.74-win32 DOSBox0.74-win32 DOSBox0.74-win32 DOSBox0.74-win32 DOSBox0.74-win32 DOSBox0.74-win32

2017-01-21

java证书开发包(修正版)

java证书开发包(修正版): 1.修改公钥需使用证书密码的API,现在无需使用证书密码 2.修改公钥证书加解密的错误,先在所有加密解密必须使用byte数组,加密解密,否则会出错.

2017-01-19

java证书开发工具包

纯java开发工具包,不依赖第三方库.具有生成证书/证书库,导出证书cer,根证书,签发证书,用证书的加密解密,校验父子证书关系,验证有效期等.参考代码:http://blog.csdn.net/xiuye2015/article/details/54600252

2017-01-18

my jsonp with spring

My jsonp 结合 spring 开发jsonp接口项目,具体demo参见: http://blog.csdn.net/xiuye2015/article/details/54375313 , 功能不全,只做练习.

2017-01-12

wampserver

wampserver

2016-12-16

apache 2.4.23 x86

apache 2.4.23 x86

2016-12-16

python游戏:外星人入侵

python游戏:外星人入侵

2024-07-27

grub2 loader加载kernel和输出helloworld(x86)

Linux 环境中运行:(1)make (2)make mkernel.iso(3)虚拟机 CD加载iso (4)输出Hello World

2021-03-27

snapshot_2021-03-24_22-52.zip

x64dbg ,非常好用,比ollydbg 还好吧?

2021-03-25

cocos2dx android apk javascript

cocos2dx android apk javascript cocos2dx android apk javascript cocos2dx android apk javascript cocos2dx android apk javascript cocos2dx android apk javascript

2020-02-04

cocos2dx android apk

cocos2dx android cpp-tests 编译成功的apk文件(debug版) cocos2dx android 基本例子程序 编译成功的apk文件(debug版)

2020-02-04

freeglut.zip

opengl glut 的替换 freeglut 最新的 64位编译成功的!vs2015版 freeglut glut freeglut glut freeglut glut freeglut glut

2019-12-31

我的工具类upgrade2

java 代码级工具,JDK8,方便创建任意参数类型的ArrayList,HashMap,HashSet,缩短复杂的对象强制类型转换代码,运行代码级时间统计,新增java字符串代码代码级编译。参考地址:https://blog.csdn.net/xiuye2015/article/details/89945049。

2019-05-08

我的工具类upgrade1

java 代码级工具,JDK8,方便创建任意参数类型的ArrayList<T>,HashMap<T>,HashSet<T>,缩短复杂的对象强制类型转换代码,运行代码级时间统计,新增java字符串代码代码级编译。例子地址:https://blog.csdn.net/xiuye2015/article/details/89922818

2019-05-07

类型操作工具类

java 代码级工具,JDK8,方便创建任意参数类型的ArrayList<T>,HashMap<T>,HashSet<T>,缩短复杂的对象强制类型转换代码,运行代码级时间统计。代码例子地址:https://blog.csdn.net/xiuye2015/article/details/89813633

2019-05-04

rust-1.25.0-i686

rust-1.25.0-i686 rust-1.25.0-i686 rust-1.25.0-i686 rust-1.25.0-i686

2018-04-08

jdk-10-windows

jdk-10_windows-x64_bin jdk-10_windows-x64_bin jdk-10_windows-x64_bin

2018-04-05

rust-1.24.1

rust-1.24.1 rust-1.24.1 rust-1.24.1 rust-1.24.1 rust-1.24.1

2018-03-11

jboss-eap-7.1.0

jboss-eap-7.1.0 jboss-eap-7.1.0 jboss-eap-7.1.0 jboss-eap-7.1.0 jboss-eap-7.1.0

2018-03-08

grub源代码

grub源代码, grub源代码, grub源代码, grub源代码, grub源代码

2017-12-28

UEFI规范参考文档

UEFI规范参考文档 Unified Extensible Firmware Interface Specification Version 2.4 Errata B April, 2014

2017-12-28

apr-iconv linux 编译成功

apr-iconv linux 编译成功 apr-iconv linux 编译成功 apr-iconv linux 编译成功 apr-iconv linux 编译成功 apr-iconv linux 编译成功

2017-09-04

apr linux 编译成功

apr linux 编译成功 apr linux 编译成功 apr linux 编译成功 apr linux 编译成功 apr linux 编译成功 apr linux 编译成功

2017-09-04

apr-util linux 编译成功

apr-util linux 编译成功 apr-util linux 编译成功 apr-util linux 编译成功 apr-util linux 编译成功 apr-util linux 编译成功

2017-09-04

linux apache2 编译成功

linux apache2 编译成功 linux apache2 编译成功 linux apache2 编译成功 linux apache2 编译成功 linux apache2 编译成功

2017-09-03

linux eclipse

linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse linux eclipse

2017-09-03

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除