Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged x86
0
votes
351
views
1
answer
x86 - Constant reboot after setting up the Global Descriptor Table and protected mode
I must have done something wrong with the GDT setup and the switch to protected mode because it keeps constantly ... bin Where is my fault? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
457
views
1
answer
x86 - How to know if an assembly code has particular syntax (emu8086, NASM, TASM, ...)?
I want to know how,by looking through a sample source code, recognise if the syntax used is em8086, TASM or ... know more about emu8086 please. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
539
views
1
answer
x86 Assembly: Data in the Text Section
I don't quite understand how variables can be stored in the text section and how they can be manipulated. ... shellcode db '/bin/shJAAAAKKKK' See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
350
views
1
answer
x86 - Are load ops deallocated from the RS when they dispatch, complete or some other time?
On modern Intel1 x86, are load uops freed from the RS (Reservation Station) at the point they dispatch2, ... which seems unlikely but possible. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
789
views
1
answer
x86 - lea assembly instruction
I Just want to make sure I am reading this right: movl 12(%ebp), %edx leal (%edx, %edx, 4), %eax I read ... Or the contents of the address by 4? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
394
views
1
answer
x86 - Outputting integers in assembly on Linux
This needs to be done in pure assembly (ie. no libraries or calls to C). I understand the essence of ... be missing something here. Thoughts? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
493
views
1
answer
x86 - developing for new instruction sets
Intel is set to release a new instruction set called AVX, which includes an extension of SSE to 256-bit ... the supporting CPU is released? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
820
views
1
answer
x86 - how to interpret perf iTLB-loads,iTLB-load-misses
I have a test case to observe perf iTLB-loads,iTLB-load-misses by perf stat -e dTLB-loads,dTLB-load-misses, ... getattr(self._sock,name)(*args) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
563
views
1
answer
x86 - CPU serial number
How do I obtain the serial number of the CPU in a PC? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
441
views
1
answer
x86 - Why linux kernel use trap gate to handle divide_error exception?
In kernel 2.6.11.5, divide zero exception handler is set up as: set_trap_gate(0,÷_error); According to " ... the division by 0 trap code. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
714
views
1
answer
x86 - What does X mean in EAX,EBX,ECX ... in assembly?
Google doesn't show the result, Anyone knows? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
543
views
1
answer
x86 - Converting 32-bit Application Into 64-bit Application in C
I am presently working on converting a 32-bit application into a 64-bit application in C. This ... while converting the application. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
573
views
1
answer
x86 - Why doesn't Linux use the hardware context switch via the TSS?
I read the following statement: The x86 architecture includes a specific segment type called the Task State Segment (TSS), ... look at it. 8^) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
528
views
1
answer
x86 - CPU Privilege Rings: Why rings 1 and 2 aren't used?
A couple of questions regarding the x86 CPU privilege rings: Why aren't rings 1 and 2 used by most operating ... Or are they completely unused? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
527
views
1
answer
x86 - Convert _mm_shuffle_epi32 to C expression for the permutation?
I'm working on a port of SSE2 to NEON. The port is early stage and it's producing incorrect results. ... s unrolled into basic C statements? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
699
views
1
answer
x86 - i386 vs. AMD64 ABI Differences
Where can I find all the differences in data types between the i386 & AMD64 Application Binary Interface(ABI)s ? ... in AMD64. Is this correct? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
419
views
1
answer
x86 - Can the simple decoders in recent Intel microarchitectures handle all 1-µop instructions?
The front end of recent Intel CPUs contains one complex decoder and a number of simple decoders. The complex ... by the complex decoder? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
739
views
1
answer
x86 - How does the jmp instruction work in att assembly in this instance
I am stepping through a function in AT&T assembly right now and can't figure out how this specific jmp command ... jmp used this way before. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
433
views
1
answer
x86 Assembly - Why is [e]bx preserved in calling conventions?
I've noticed that a lot of calling conventions insist that [e]bx be preserved for the callee. Now, I can ... single out [e]bx for preservation. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
476
views
1
answer
x86 - Is there hardware support for 128bit integers in modern processors?
Do we still need to emulate 128bit integers in software, or is there hardware support for them in your average desktop processor these days? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
396
views
1
answer
x86 - How do the store buffer and Line Fill Buffer interact with each other?
I was reading the MDS attack paper RIDL: Rogue In-Flight Data Load. They discuss how the Line Fill Buffer ... events correct in my description? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
645
views
1
answer
x86 - Counting machine instructions using gdb
I need to estimate the exact starting location of some hotspot in a program, in terms of x86 machine instruction ... another way to do this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
355
views
1
answer
x86 64 - What specifically marks an x86 cache line as dirty - any write, or is an explicit change required?
This question is specifically aimed at modern x86-64 cache coherent architectures - I appreciate the answer can be ... 17/rip-zero-opt.html See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
785
views
1
answer
x86 - What is the difference between Trap and Interrupt?
What is the difference between Trap and Interrupt? If the terminology is different for different systems, then what do they mean on x86? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
533
views
1
answer
x86 - Converting bin to hex in assembly
I'm beginner and I need help with converting 16-bit binary number to hex. I have done most of the code ... End of assembly with entry-procedure See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
593
views
1
answer
x86 - Convention for displaying vector registers
Is there a convention for displaying/writing large registers, like those available in the Intel AVX instruction ... in commodity SIMD hardware. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
807
views
1
answer
x86 - What's difference between number with $ or without $ symbol in at&t assembly syntax?
Let's say .data section has following item: 0x1234 00010203 04050607 08090a0b 0c0d0e0f 0x1238 10000000 And in ... between two instruction? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
0
votes
1.1k
views
1
answer
x86 64 - Understanding %rip register in intel assembly
Concerning the following small code, which was illustrated in another post about the size of structure and all the ... I use move instructions. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
x86
Page:
« prev
1
2
3
4
5
6
7
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] javascript - How to get this PRNG to generate numbers within the range?
[2] main.js中访问vuex的问题
[3] python - Efficient conditional selection with masks in very large dataframe
[4] 使用el-submenu标签,点击后样式会突出一块,请问怎么设置才能不突出?
[5] mac安装fbprophet 结果报No module named 'numpy'
[6] Open JavaScript Onedrive file picker with access token fetched from other application
[7] android - Datepicker: How to popup datepicker when click on edittext
[8] python - model.evaluate() and model.predict () return very different results
[9] Ant design vue进度条:percent问题
[10] 请问在react-native里使用require.context?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...