simpleuser

- friends
871 link karma
61 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Two-Year Club

PE 101 - a windows executable walkthrough by simpleuserin ReverseEngineering

[–]simpleuser[S] 0 points1 point ago

awesome!

PE 101 - a windows executable walkthrough by simpleuserin ReverseEngineering

[–]simpleuser[S] 1 point2 points ago

blank? weird, works with sumatra or acrobat... what's your viewer ?

How not to write python, Part 1. - Thanks Adobe. by John_Mirrain programming

[–]simpleuser 1 point2 points ago

ignoring the j48 generated code, the PE parsing itself is worrying - for a 'malware classifier' - to say the least: it will just instantly crash if the PE has less than 2 sections, or no Data Directories, which is not uncommon with malwares or packers.

the Portable Executable format, on Windows (with Flash slideshows) by simpleuserin programming

[–]simpleuser 0 points1 point ago

I don't think all files need their own slideshow. Let me know - by answering this comment - which file requires one.

Opcodes' tables (instruction set maps) of Android, Java, .Net, x86, x64 by simpleuserin programming

[–]simpleuser[S] 0 points1 point ago

you don't - these charts just explain the encoding of the mnemonics, not the operands (which might be very complex in some cases).

Opcodes' tables (instruction set maps) of Android, Java, .Net, x86, x64 by simpleuserin programming

[–]simpleuser[S] -1 points0 points ago

yeah maybe i'll only provide it as PDF (which is a vector format, so much smaller than PNG yet perfect image), and imgur has a 1 Mb limit anyway.

Opcodes' tables (instruction set maps) of Android, Java, .Net, x86, x64 by simpleuserin programming

[–]simpleuser[S] 1 point2 points ago

well throw and exceptions mechanisms are not 'direct' flow change IMO... but it's tough to define correct categories TBH.

at least, you can suggest better, and you're free to modify the original files if you want your own version anyway.

Opcodes' tables (instruction sets maps) of Android, Java, .Net, x86, x64 by simpleuserin ReverseEngineering

[–]simpleuser[S] 2 points3 points ago

it's planned in the next release ;)

Opcodes' tables (instruction set maps) of Android, Java, .Net, x86, x64 by simpleuserin programming

[–]simpleuser[S] 2 points3 points ago

i didn't know php had a VM. is it worth making a map of it ?

Opcodes' tables (instruction set maps) of Android, Java, .Net, x86, x64 by simpleuserin programming

[–]simpleuser[S] 2 points3 points ago

not yet. I started it, but I can't work on it for now (just doing that at home as a hobby), so I released it as is.

thanks.

Messing with x86 opcodes by simpleuserin programming

[–]simpleuser[S] 0 points1 point ago

thanks a million!

I used your subtitles as a base.

Messing with x86 opcodes by simpleuserin programming

[–]simpleuser[S] 2 points3 points ago

I'll try to make subtitles (I'm the presenter), but I'm no video expert: if you can recommend a specific software to make subtitles from a youtube video? I'm all ears.

Messing with x86 opcodes by simpleuserin programming

[–]simpleuser[S] 3 points4 points ago

check http://x86.corkami.com , all opcodes are there.

the debuggers usually don't crash (they fail because of PE characteristics though), they just can't disassemble but they still let you step through blindly.

Messing with x86 opcodes by simpleuserin programming

[–]simpleuser[S] 4 points5 points ago

I understand your point, but most of the audience was not familiar with that (I asked at the start of the video) I was initially planning to skip forward that part.

view more: next