Skip to main content
15 events
when toggle format what by license comment
Oct 31, 2022 at 23:04 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 3, 2022 at 22:06 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Mar 5, 2022 at 22:00 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Nov 5, 2021 at 21:02 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 8, 2021 at 20:03 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Mar 10, 2021 at 19:07 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Nov 10, 2020 at 18:00 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Jul 13, 2020 at 17:05 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Mar 15, 2020 at 17:00 history bumped CommunityBot This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Feb 14, 2020 at 16:48 answer added Graham timeline score: 1
Feb 14, 2020 at 16:28 comment added Jongware There is nothing to calculate. There is no rhyme or reason to the length of x86/x64 opcodes. If you want the length of an opcode, you'll going to have to look up that specific opcode. Make sure to get any argument types correct; a simple jump jz can be from 2 to up to -- I think -- 5 bytes long.
Feb 14, 2020 at 8:32 comment added Jon Minhook and Detours aren't disassembly libraries
Feb 13, 2020 at 17:47 comment added blabb can you rephrase Your question ollydbg shows the opcodes for each instruction also it shows the address of current instruction and address of next instruction either count the opcode bytes or subtract current addr from next addr to get current instructions length
Feb 13, 2020 at 14:30 review First posts
Feb 14, 2020 at 23:01
Feb 13, 2020 at 14:26 history asked Tom CC BY-SA 4.0