summaryrefslogtreecommitdiff
path: root/src/analysis/disass/routines.c
AgeCommit message (Expand)Author
2020-02-23Defined a working way to build routines from Python.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-02-06Fixed some GType declarations.Cyrille Bagard
2019-01-14Handled irreducible loops without blocking.Cyrille Bagard
2018-08-11Fixed a regression about symbol iterating introduced by commit 2c7e1c63e.Cyrille Bagard
2018-08-08Updated some object destruction processes.Cyrille Bagard
2018-08-08Defined a new kind of code blocks.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.Cyrille Bagard
2018-06-17Skipped labels when computing limits of routines.Cyrille Bagard
2018-05-23Ensured even imported symbols are displayed in the final output.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-13Created a real iterator for symbols.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2017-12-08Introduced the symbol visibility.Cyrille Bagard
2017-07-15Skipped out of bound routine when computing basic blocks.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-05-14Processed all the routines using the symbol list.Cyrille Bagard
2017-02-14Fixed the creation of distribution tarballs.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-29Cut binary data into several areas using all the available CPUs and less memory.Cyrille Bagard
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-05-28Built the basic blocks list simply at loading.Cyrille Bagard
2016-05-19Loaded the ELF internal symbols using all the available CPUs.Cyrille Bagard
2016-05-07Added debug code to avoid crashes with wrongly disassembled binaries.Cyrille Bagard
2016-04-03Reorganized the whole disassembling process and displayed the relative progre...Cyrille Bagard
2016-04-02Handled all routines disassembling processing in one place.Cyrille Bagard