python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
dword ptr ss:[esp+0xA] Isn't it correct to get the syntax corresponding to the esp+0xA address?
If the address is like this
esp == 00000000
esp + 5 = 00000005
esp + A = 0000000A
00000005 can contain only one byte character.
Isn't it correct that only one byte of text can be included in 000000...

Wonlf
Votes: 0
Answers: 0
No output from erlang tracer
I've got a module my_api with a function which is callback for cowboy's requests handle/2,
So when I make some http requests like this:
curl http://localhost/test
to my application this function is c...
AndreyKo
Votes: 0
Answers: 1