Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions should be sorted by address in output #154

Open
rfalke opened this issue Jan 10, 2018 · 0 comments
Open

Functions should be sorted by address in output #154

rfalke opened this issue Jan 10, 2018 · 0 comments

Comments

@rfalke
Copy link

rfalke commented Jan 10, 2018

Version: d03c2d6
File: https://github.com/rfalke/decompiler-subjects/tree/master/from_holdec/control_flow_structure/ia32_elf

$ grep '^int.*test_.*_4_' by_snowman.c
int32_t test_3_blocks_variant_4_edges_5() {
int32_t test_2_blocks_variant_4_edges_4() {
$ objdump -t subject.exe | grep _4_
0804856f l     F .text  0000003c              test_2_blocks_variant_4_edges_4
08048b90 l     F .text  0000004b              test_3_blocks_variant_4_edges_5
$ 

So the test_2_... method has a lower address but is later in the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant